你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

PathTooLongException Class

  • java.lang.Object
    • RuntimeException

public class PathTooLongException extends FabricException

Constructor Summary

Constructor Description
PathTooLongException()
PathTooLongException(FabricErrorCode errorCode)
PathTooLongException(String message)
PathTooLongException(String message, FabricErrorCode errorCode)
PathTooLongException(String message, Throwable cause)
PathTooLongException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
PathTooLongException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace, FabricErrorCode errorCode)
PathTooLongException(String message, Throwable cause, FabricErrorCode errorCode)
PathTooLongException(Throwable cause)
PathTooLongException(Throwable cause, FabricErrorCode errorCode)

Inherited Members

Constructor Details

PathTooLongException

public PathTooLongException()

PathTooLongException

public PathTooLongException(FabricErrorCode errorCode)

Parameters:

errorCode

PathTooLongException

public PathTooLongException(String message)

Parameters:

message

PathTooLongException

public PathTooLongException(String message, FabricErrorCode errorCode)

Parameters:

message
errorCode

PathTooLongException

public PathTooLongException(String message, Throwable cause)

Parameters:

message
cause

PathTooLongException

protected PathTooLongException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)

Parameters:

message
cause
enableSuppression
writableStackTrace

PathTooLongException

protected PathTooLongException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace, FabricErrorCode errorCode)

Parameters:

message
cause
enableSuppression
writableStackTrace
errorCode

PathTooLongException

public PathTooLongException(String message, Throwable cause, FabricErrorCode errorCode)

Parameters:

message
cause
errorCode

PathTooLongException

public PathTooLongException(Throwable cause)

Parameters:

cause

PathTooLongException

public PathTooLongException(Throwable cause, FabricErrorCode errorCode)

Parameters:

cause
errorCode

Applies to