public class ConfigurationException
extends java.lang.Exception
| Constructor and Description |
|---|
ConfigurationException()
Constructs a new object.
|
ConfigurationException(java.lang.String message)
Constructs a new object with the specified detail message.
|
ConfigurationException(java.lang.String message,
java.lang.Throwable cause)
Constructs a new event with the specified detail message and cause.
|
ConfigurationException(java.lang.Throwable cause)
Constructs a new object with the specified cause and a detail message.
|
public ConfigurationException()
public ConfigurationException(java.lang.String message)
message - The detail message.public ConfigurationException(java.lang.Throwable cause)
cause - The cause.public ConfigurationException(java.lang.String message,
java.lang.Throwable cause)
message - The detail message.cause - The cause.