FabricTransientException Class
public class FabricTransientException extends FabricException
Constructor Summary
Constructor |
Description |
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
FabricException.FabricException()
FabricException.FabricException(FabricErrorCode errorCode)
FabricException.FabricException(String message)
FabricException.FabricException(String message, FabricErrorCode errorCode)
FabricException.FabricException(String message, Throwable cause)
FabricException.FabricException(String message, Throwable cause, FabricErrorCode errorCode)
FabricException.FabricException(Throwable cause)
FabricException.FabricException(Throwable cause, FabricErrorCode errorCode)
FabricException.FabricException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
FabricException.FabricException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace, FabricErrorCode errorCode)
FabricException.getErrorCode()
Constructor Details
FabricTransientException
public FabricTransientException()
FabricTransientException
public FabricTransientException(FabricErrorCode errorCode)
Parameters:
errorCode
FabricTransientException
public FabricTransientException(String message)
Parameters:
message
FabricTransientException
public FabricTransientException(String message, FabricErrorCode errorCode)
Parameters:
message
errorCode
FabricTransientException
public FabricTransientException(String message, Throwable cause)
Parameters:
message
cause
FabricTransientException
protected FabricTransientException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
Parameters:
message
cause
enableSuppression
writableStackTrace
FabricTransientException
protected FabricTransientException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace, FabricErrorCode errorCode)
Parameters:
message
cause
enableSuppression
writableStackTrace
errorCode
FabricTransientException
public FabricTransientException(String message, Throwable cause, FabricErrorCode errorCode)
Parameters:
message
cause
errorCode
FabricTransientException
public FabricTransientException(Throwable cause)
Parameters:
cause
FabricTransientException
public FabricTransientException(Throwable cause, FabricErrorCode errorCode)
Parameters:
cause
errorCode
Applies to