public class ConfigurationException
extends java.lang.Exception
| Constructor and Description |
|---|
ConfigurationException(java.lang.String message)
Construcs a new exception with 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.String message,
java.lang.Throwable cause,
boolean enableSuppression,
boolean writableStackTrace)
Constructs a new exception with the specified detail message, cause,
suppression enabled or disabled, and writable stack trace enabled or
disabled.
|
ConfigurationException(java.lang.Throwable cause)
Constructs a new exception with the specified cause.
|
public ConfigurationException(java.lang.String message)
message - exception's messagepublic ConfigurationException(java.lang.Throwable cause)
cause - causing Throwable objectpublic ConfigurationException(java.lang.String message,
java.lang.Throwable cause)
message - exception's messagecause - causing Throwable objectpublic ConfigurationException(java.lang.String message,
java.lang.Throwable cause,
boolean enableSuppression,
boolean writableStackTrace)
message - exception's messagecause - causing Throwable objectenableSuppression - whether or not suppression is enabled or disabledwritableStackTrace - whether or not the stack trace should be writable