Package oracle.stellent.ridc.config
Class ConfigurationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
oracle.stellent.ridc.IdcClientException
oracle.stellent.ridc.config.ConfigurationException
- All Implemented Interfaces:
Serializable
Errors while reading or writing the serialized configuration information.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConfigurationException
(Throwable cause) ConfigurationException
(LocaleMessage message) ConfigurationException
(LocaleMessage message, Throwable cause) -
Method Summary
Methods inherited from class oracle.stellent.ridc.IdcClientException
getLocaleMessage, getMessage
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ConfigurationException
public ConfigurationException() -
ConfigurationException
- Parameters:
message
- the detail message.
-
ConfigurationException
- Parameters:
message
- the detail messagecause
- the cause
-
ConfigurationException
- Parameters:
cause
- the cause
-