|
|||||||||
| 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.AuthorizationException
public class AuthorizationException
This exception is thrown when an authorization error occurs while interacting with the Directory Server. Authorization errors can occur when a client attempts to perform an administrative operation which they are not permitted to perform.
| Constructor Summary | |
|---|---|
AuthorizationException()
Create an authorization exception with a default message. |
|
AuthorizationException(Message message)
Create an authorization exception with a message. |
|
AuthorizationException(Message message,
java.lang.Throwable cause)
Create an authorization exception with a message and cause. |
|
AuthorizationException(java.lang.Throwable cause)
Create an authorization 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 AuthorizationException()
public AuthorizationException(java.lang.Throwable cause)
cause - The cause.
public AuthorizationException(Message message,
java.lang.Throwable cause)
message - The message.cause - The cause.public AuthorizationException(Message message)
message - The message.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||