org.opends.server.admin
Class DecodingException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.opends.server.types.OpenDsException
              extended by org.opends.server.admin.AdminException
                  extended by org.opends.server.admin.OperationsException
                      extended by org.opends.server.admin.DecodingException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
ConstraintViolationException, 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
protected DecodingException(Message message)
          Create a decoding exception with a message.
 
Method Summary
 
Methods inherited from class org.opends.server.types.OpenDsException
getMessageObject
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DecodingException

protected DecodingException(Message message)
Create a decoding exception with a message.

Parameters:
message - The message.