org.opends.server.admin
Class AdminException

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
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
AdminClientException, OperationsException

public abstract class AdminException
extends OpenDsException

Exceptions thrown when interacting with administration framework.

See Also:
Serialized Form

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

AdminException

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

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

AdminException

protected AdminException(Message message)
Create an admin exception with a message.

Parameters:
message - The message.