public class ConfigurationException extends Exception
| Constructor and Description |
|---|
ConfigurationException(String message)
Constructs a new ConfigurationException with a message describing the error.
|
ConfigurationException(String message,
Throwable cause)
Constructs a new ConfigurationException with a message and cause of the error.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ConfigurationException(String message)
message - describing the error. The message should be localized so that
it can be displayed to the user.public ConfigurationException(String message, Throwable cause)
message - describing the error. The message should be localized so that
it can be displayed to the user.cause - the cause of the error.Built on May 16 2013. | Portions Copyright 1997-2013 Oracle. All rights reserved.