public class ConfigurationException
extends java.lang.Exception
| Constructor and Description |
|---|
ConfigurationException()
Creates new
ConfigurationException without detail message. |
ConfigurationException(java.lang.String msg)
Constructs an
ConfigurationException with the specified detail message. |
public ConfigurationException()
ConfigurationException without detail message.public ConfigurationException(java.lang.String msg)
ConfigurationException with the specified detail message.msg - the detail message.