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