Package org.eso.ias.converter.config
Class ConfigurationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.eso.ias.converter.config.ConfigurationException
- All Implemented Interfaces:
Serializable
The exception returned by the configuration
- Author:
- acaproni
- See Also:
-
Constructor Summary
ConstructorDescriptionConstructorConfigurationException
(String message) ConstructorConfigurationException
(String message, Throwable cause) ConstructorConfigurationException
(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace) ConstructorConfigurationException
(Throwable cause) Constructor -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ConfigurationException
public ConfigurationException()Constructor- See Also:
-
ConfigurationException
Constructor- Parameters:
message
- the message of the exception- See Also:
-
ConfigurationException
Constructor- Parameters:
cause
- the cause of the exception- See Also:
-
ConfigurationException
Constructor- Parameters:
message
- the message of the exceptioncause
- the cause of the exception- See Also:
-
ConfigurationException
public ConfigurationException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace) Constructor- Parameters:
message
- the message of the exceptioncause
- the cause of the exceptionenableSuppression
- whether or not suppression is enabled or disabledwritableStackTrace
- - whether or not the stack trace should be writable- See Also:
-