public class ConfigurationException
extends java.lang.Exception
Constructor and Description |
---|
ConfigurationException()
Constructs a new exception without detail message.
|
ConfigurationException(java.lang.String message)
Constructs a new exception with the specified detail message.
|
ConfigurationException(java.lang.String message,
java.lang.Throwable exceptionCause)
Constructs a new runtime exception with the specified detail message and
cause.
|
ConfigurationException(java.lang.Throwable exceptionCause)
Constructs a new runtime exception with the specified cause and without
detail message.
|
public ConfigurationException()
public ConfigurationException(java.lang.String message)
message
- the detail message.public ConfigurationException(java.lang.String message, java.lang.Throwable exceptionCause)
message
- the detail messageexceptionCause
- the causepublic ConfigurationException(java.lang.Throwable exceptionCause)
exceptionCause
- the cause