org.opends.server.admin.client
Class AdminClientException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.opends.server.types.OpenDsException
org.opends.server.admin.AdminException
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
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 |
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.