public class ConfigurationException extends CacheException
Constructor | Description |
---|---|
ConfigurationException() |
Default constructor.
|
ConfigurationException(int errorCode) |
overloaded constructor
|
ConfigurationException(int errorCode,
java.lang.String getErrorMessage) |
overloaded constructor
|
ConfigurationException(int errorCode,
java.lang.String getErrorMessage,
java.lang.String stackTrace) |
overloaded constructor
|
ConfigurationException(java.lang.String s) |
Overloaded constructor, takes the reason as parameter.
|
ConfigurationException(java.lang.String message,
java.lang.Throwable cause) |
Overloaded constructor.
|
getErrorCode, printStackTrace, setErrorCode
public ConfigurationException()
public ConfigurationException(java.lang.String s)
s
- the exception reason stringpublic ConfigurationException(java.lang.String message, java.lang.Throwable cause)
message
- Reason for exceptioncause
- Nested exceptionpublic ConfigurationException(int errorCode)
errorCode
- assigned errorcodepublic ConfigurationException(int errorCode, java.lang.String getErrorMessage)
errorCode
- assigned errorcodegetErrorMessage
- Reason for exceptionpublic ConfigurationException(int errorCode, java.lang.String getErrorMessage, java.lang.String stackTrace)
errorCode
- assigned errorcodegetErrorMessage
- Reason for exceptionstackTrace
- stacktrace