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,org.forgerock.i18n.LocalizableException
- Direct Known Subclasses:
DefinitionDecodingException,ManagedObjectDecodingException,ServerManagedObjectDecodingException
public abstract class DecodingException extends OperationsException
The requested managed object was found but it could not be decoded.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedDecodingException(org.forgerock.i18n.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
-
-