|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.opends.server.types.OpenDsException
org.opends.server.admin.AdminException
org.opends.server.admin.client.AdminClientException
org.opends.server.admin.client.AdminSecurityException
org.opends.server.admin.client.AuthenticationException
public class AuthenticationException
This exception is thrown when an authentication error occurs while connecting to the Directory Server. An authentication error can happen, for example, when the client credentials are invalid.
Constructor Summary | |
---|---|
AuthenticationException()
Creates an authentication exception with a default message. |
|
AuthenticationException(Message message)
Create an authentication exception with a message. |
|
AuthenticationException(Message message,
java.lang.Throwable cause)
Create an authentication exception with a message and cause. |
|
AuthenticationException(java.lang.Throwable cause)
Create an authentication 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 |
---|
public AuthenticationException()
public AuthenticationException(java.lang.Throwable cause)
cause
- The cause.public AuthenticationException(Message message, java.lang.Throwable cause)
message
- The message.cause
- The cause.public AuthenticationException(Message message)
message
- The message.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |