public class GeneralFailureException extends CacheException
Constructor | Description |
---|---|
GeneralFailureException() |
Constructs an
GeneralFailureException with null
as its error detail message. |
GeneralFailureException(int errorCode,
java.lang.String reason) |
|
GeneralFailureException(int errorCode,
java.lang.String reason,
java.lang.String stackTrace) |
|
GeneralFailureException(java.lang.String s) |
Constructs an
GeneralFailureException with the specified detail
message. |
GeneralFailureException(java.lang.String s,
java.lang.Throwable exception) |
|
GeneralFailureException(java.lang.Throwable cause) |
getErrorCode, printStackTrace, setErrorCode
public GeneralFailureException()
GeneralFailureException
with null
as its error detail message.public GeneralFailureException(java.lang.String s)
GeneralFailureException
with the specified detail
message. The error message string s
can later be
retrieved by the Throwable.getMessage()
method of class java.lang.Throwable
.s
- the detail message.public GeneralFailureException(java.lang.Throwable cause)
public GeneralFailureException(java.lang.String s, java.lang.Throwable exception)
public GeneralFailureException(int errorCode, java.lang.String reason)
public GeneralFailureException(int errorCode, java.lang.String reason, java.lang.String stackTrace)