org.opends.server.admin.client
Class AdminSecurityException

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
                      extended by org.opends.server.admin.client.AdminSecurityException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
AuthenticationException, AuthenticationNotSupportedException, AuthorizationException

public abstract class AdminSecurityException
extends AdminClientException

This exception is thrown when a security related problem occurs whilst interacting with the Directory Server. These fall broadly into two categories: authentication problems and authorization problems.

See Also:
Serialized Form

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

AdminSecurityException

protected AdminSecurityException(Message message,
                                 java.lang.Throwable cause)
Create a security exception with a message and cause.

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

AdminSecurityException

protected AdminSecurityException(Message message)
Create a security exception with a message.

Parameters:
message - The message.