Package org.forgerock.opendj.config
Class DecodingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.forgerock.opendj.config.AdminException
org.forgerock.opendj.config.OperationsException
org.forgerock.opendj.config.DecodingException
- All Implemented Interfaces:
Serializable
,LocalizableException
- Direct Known Subclasses:
DefinitionDecodingException
,ExpressionException
,ManagedObjectDecodingException
,ServerManagedObjectDecodingException
The requested managed object was found but it could not be decoded.
- See Also:
-
Constructor Summary
ModifierConstructorDescriptionprotected
DecodingException
(LocalizableMessage message) Create a decoding exception with a message. -
Method Summary
Methods inherited from class org.forgerock.opendj.config.AdminException
getMessageObject
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
DecodingException
Create a decoding exception with a message.- Parameters:
message
- The message.
-