PathTooLongException クラス

  • java.lang.Object
    • RuntimeException

public class PathTooLongException extends FabricException

コンストラクターの概要

コンストラクター 説明
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)

継承メンバー

コンストラクターの詳細

PathTooLongException

public PathTooLongException()

PathTooLongException

public PathTooLongException(FabricErrorCode errorCode)

パラメーター:

errorCode

PathTooLongException

public PathTooLongException(String message)

パラメーター:

message

PathTooLongException

public PathTooLongException(String message, FabricErrorCode errorCode)

パラメーター:

message
errorCode

PathTooLongException

public PathTooLongException(String message, Throwable cause)

パラメーター:

message
cause

PathTooLongException

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

パラメーター:

message
cause
enableSuppression
writableStackTrace

PathTooLongException

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

パラメーター:

message
cause
enableSuppression
writableStackTrace
errorCode

PathTooLongException

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

パラメーター:

message
cause
errorCode

PathTooLongException

public PathTooLongException(Throwable cause)

パラメーター:

cause

PathTooLongException

public PathTooLongException(Throwable cause, FabricErrorCode errorCode)

パラメーター:

cause
errorCode

適用対象