public class ConfigurationException
extends java.lang.RuntimeException
| Modifier and Type | Field and Description |
|---|---|
private static long |
serialVersionUID |
| Constructor and Description |
|---|
ConfigurationException(java.lang.String message)
Constructs an exception with a message.
|
ConfigurationException(java.lang.String message,
java.lang.Throwable cause)
Constructs an exception with a message and underlying cause.
|
ConfigurationException(java.lang.Throwable cause)
Constructs an exception with a message and underlying cause.
|
private static final long serialVersionUID
public ConfigurationException(java.lang.String message)
message - The reason for the exceptionpublic ConfigurationException(java.lang.String message,
java.lang.Throwable cause)
message - The reason for the exceptioncause - The underlying cause of the exceptionpublic ConfigurationException(java.lang.Throwable cause)
cause - The underlying cause of the exception