PathTooLongException Class
- java.
lang. Object - RuntimeException
- FabricException
- system.
fabric. exception. PathTooLongException
- system.
public class PathTooLongException extends FabricException
Constructor Summary
Inherited Members
Constructor Details
PathTooLongException
public PathTooLongException()
PathTooLongException
public PathTooLongException(FabricErrorCode errorCode)
Parameters:
PathTooLongException
public PathTooLongException(String message)
Parameters:
PathTooLongException
public PathTooLongException(String message, FabricErrorCode errorCode)
Parameters:
PathTooLongException
public PathTooLongException(String message, Throwable cause)
Parameters:
PathTooLongException
protected PathTooLongException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
Parameters:
PathTooLongException
protected PathTooLongException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace, FabricErrorCode errorCode)
Parameters:
PathTooLongException
public PathTooLongException(String message, Throwable cause, FabricErrorCode errorCode)
Parameters:
PathTooLongException
public PathTooLongException(Throwable cause)
Parameters:
PathTooLongException
public PathTooLongException(Throwable cause, FabricErrorCode errorCode)
Parameters:
Applies to
Azure SDK for Java