Class AciException

All Implemented Interfaces:
Serializable, LocalizableException

public final class AciException extends OpenDsException
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.
See Also:
  • Constructor Details

    • AciException

      public AciException(LocalizableMessage message)
      Creates a new ACI exception with the provided message.
      Parameters:
      message - The message to use for this ACI exception.
    • AciException

      public AciException(Throwable cause)
      Creates a new ACI exception with the provided message and root cause.
      Parameters:
      cause - The exception that was caught to trigger this exception.