org.opends.server.admin.client
Class AdminClientException

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

public abstract class AdminClientException
extends AdminException

Administration client exceptions represent non-operational problems which occur whilst interacting with the administration framework. They provide clients with a transport independent interface for handling transport related exceptions.

Client exceptions represent communications problems, security problems, and service related problems.

See Also:
Serialized Form

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

AdminClientException

protected AdminClientException(Message message,
                               java.lang.Throwable cause)
Create an administration client exception with a message and cause.

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

AdminClientException

protected AdminClientException(Message message)
Create an administration client exception with a message.

Parameters:
message - The message.