org.opends.server.admin
Class OperationsException

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
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
ConcurrentModificationException, DecodingException, IllegalManagedObjectNameException, ManagedObjectAlreadyExistsException, ManagedObjectNotFoundException, MissingMandatoryPropertiesException, PropertyNotFoundException

public abstract class OperationsException
extends AdminException

Exceptions thrown as a result of errors that occurred when reading, listing, and modifying managed objects.

See Also:
Serialized Form

Constructor Summary
protected OperationsException(Message message)
          Create an operations exception with a message.
protected OperationsException(Message message, java.lang.Throwable cause)
          Create an operations exception with a message and cause.
 
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

OperationsException

protected OperationsException(Message message,
                              java.lang.Throwable cause)
Create an operations exception with a message and cause.

Parameters:
message - The message.
cause - The cause.

OperationsException

protected OperationsException(Message message)
Create an operations exception with a message.

Parameters:
message - The message.