public class ConfigurationException extends Exception
getCause
. Note that any instance of
Error
thrown while processing the configuration information is propagated to the
caller; it is not wrapped in a ConfigurationException
.Constructor and Description |
---|
ConfigurationException(String msg) |
ConfigurationException(String msg,
Exception ex) |
Modifier and Type | Method and Description |
---|---|
String |
toString()
Returns a short description of this exception.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
public ConfigurationException(String msg)
public String toString()
getMessage
method for
this object, if the result is not null
; and the result of calling
toString
on the causing exception, if that exception is not null
.Copyright © GigaSpaces.