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
ConstructorsModifierConstructorDescriptionprotectedDecodingException(LocalizableMessage message) Create a decoding exception with a message. -
Method Summary
Methods inherited from class AdminException
getMessageObjectMethods inherited from class 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.
-