|
|||||||||
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.types.IdentifiedException
org.opends.server.authorization.dseecompat.AciException
public class AciException
The AciException class defines an exception that may be thrown either during ACI syntax verification of an "aci" attribute type value or during evaluation of an LDAP operation using a set of applicable ACIs.
Constructor Summary | |
---|---|
AciException()
Constructs a new exception with null as its detail message. |
|
AciException(Message message)
Creates a new ACI exception with the provided message. |
|
AciException(Message message,
java.lang.Throwable cause)
Creates a new ACI exception with the provided message and root 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 |
---|
public AciException()
null
as its detail message.
The cause is not initialized. Used to break out of a recursive bind rule
decode and not print duplicate messages.
public AciException(Message message)
message
- The message to use for this ACI exception.public AciException(Message message, java.lang.Throwable cause)
message
- The message that explains the problem that occurred.cause
- The exception that was caught to trigger this
exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |