FabricElementAlreadyExistsException クラス

  • java.lang.Object
    • RuntimeException
      • FabricException
        • system.fabric.exception.FabricElementAlreadyExistsException

public class FabricElementAlreadyExistsException extends FabricException

コンストラクターの概要

コンストラクター 説明
FabricElementAlreadyExistsException()
FabricElementAlreadyExistsException(FabricErrorCode errorCode)
FabricElementAlreadyExistsException(String message)
FabricElementAlreadyExistsException(String message, FabricErrorCode errorCode)
FabricElementAlreadyExistsException(String message, Throwable cause)
FabricElementAlreadyExistsException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
FabricElementAlreadyExistsException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace, FabricErrorCode errorCode)
FabricElementAlreadyExistsException(String message, Throwable cause, FabricErrorCode errorCode)
FabricElementAlreadyExistsException(Throwable cause)
FabricElementAlreadyExistsException(Throwable cause, FabricErrorCode errorCode)

継承メンバー

コンストラクターの詳細

FabricElementAlreadyExistsException

public FabricElementAlreadyExistsException()

FabricElementAlreadyExistsException

public FabricElementAlreadyExistsException(FabricErrorCode errorCode)

パラメーター:

errorCode

FabricElementAlreadyExistsException

public FabricElementAlreadyExistsException(String message)

パラメーター:

message

FabricElementAlreadyExistsException

public FabricElementAlreadyExistsException(String message, FabricErrorCode errorCode)

パラメーター:

message
errorCode

FabricElementAlreadyExistsException

public FabricElementAlreadyExistsException(String message, Throwable cause)

パラメーター:

message
cause

FabricElementAlreadyExistsException

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

パラメーター:

message
cause
enableSuppression
writableStackTrace

FabricElementAlreadyExistsException

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

パラメーター:

message
cause
enableSuppression
writableStackTrace
errorCode

FabricElementAlreadyExistsException

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

パラメーター:

message
cause
errorCode

FabricElementAlreadyExistsException

public FabricElementAlreadyExistsException(Throwable cause)

パラメーター:

cause

FabricElementAlreadyExistsException

public FabricElementAlreadyExistsException(Throwable cause, FabricErrorCode errorCode)

パラメーター:

cause
errorCode

適用対象