public class ConfigurationException
extends java.lang.RuntimeException
| Constructor and Description | 
|---|
| ConfigurationException(java.lang.String message)Constructs a new exception with the specified detail message. | 
| ConfigurationException(java.lang.String message, java.lang.Throwable cause)Constructs a new exception with the specified detail message and cause. | 
| ConfigurationException(java.lang.Throwable cause)Constructs a new exception with the specified cause | 
public ConfigurationException(java.lang.String message)
message - the error message
public ConfigurationException(java.lang.String message,
                      java.lang.Throwable cause)
message - the error messagecause - the underlying cause of the exceptionpublic ConfigurationException(java.lang.Throwable cause)
cause - the underlying cause of the exception