FabricTransientException Class

Definition

  • java.lang.Object
    • RuntimeException
public class FabricTransientException extends FabricException

Constructors

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

Inherited Members

Applies to