public class ConfigurationLoadException
extends java.lang.RuntimeException
| Constructor and Description |
|---|
ConfigurationLoadException()
Instantiates a new configuration not found exception.
|
ConfigurationLoadException(java.lang.String arg0)
Instantiates a new configuration not found exception.
|
ConfigurationLoadException(java.lang.String arg0,
java.lang.Throwable arg1)
Instantiates a new configuration not found exception.
|
ConfigurationLoadException(java.lang.Throwable arg0)
Instantiates a new configuration not found exception.
|
public ConfigurationLoadException()
public ConfigurationLoadException(java.lang.String arg0)
arg0 - the arg0public ConfigurationLoadException(java.lang.Throwable arg0)
arg0 - the arg0public ConfigurationLoadException(java.lang.String arg0,
java.lang.Throwable arg1)
arg0 - the arg0arg1 - the arg1