org.opends.server.admin.client
Class AuthenticationNotSupportedException

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
                          extended by org.opends.server.admin.client.AuthenticationNotSupportedException
All Implemented Interfaces:
java.io.Serializable

public class AuthenticationNotSupportedException
extends AdminSecurityException

This exception is thrown when the particular flavor of authentication requested is not supported by the Directory Server.

See Also:
Serialized Form

Constructor Summary
AuthenticationNotSupportedException()
          Creates an authentication not supported exception with a default message.
AuthenticationNotSupportedException(Message message)
          Create an authentication not supported exception with a message.
AuthenticationNotSupportedException(Message message, java.lang.Throwable cause)
          Create an authentication not supported exception with a message and cause.
AuthenticationNotSupportedException(java.lang.Throwable cause)
          Creates an authentication not supported exception with a cause and a default message.
 
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

AuthenticationNotSupportedException

public AuthenticationNotSupportedException()
Creates an authentication not supported exception with a default message.


AuthenticationNotSupportedException

public AuthenticationNotSupportedException(java.lang.Throwable cause)
Creates an authentication not supported exception with a cause and a default message.

Parameters:
cause - The cause.

AuthenticationNotSupportedException

public AuthenticationNotSupportedException(Message message,
                                           java.lang.Throwable cause)
Create an authentication not supported exception with a message and cause.

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

AuthenticationNotSupportedException

public AuthenticationNotSupportedException(Message message)
Create an authentication not supported exception with a message.

Parameters:
message - The message.