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
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 protected
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 Detail
-
DecodingException
protected DecodingException(LocalizableMessage message)
Create a decoding exception with a message.- Parameters:
message
- The message.
-
-