Class AclValidationException

All Implemented Interfaces:
Serializable

public class AclValidationException extends AclRuntimeException
Thrown if an action could not be completed because there was an issue with the acl.
Since:
2.1
See Also:
  • Constructor Details

    • AclValidationException

      public AclValidationException(String message)
      Constructs a AclValidationException with the specified path and message.
      Parameters:
      message - the detail message (which is saved for later retrieval by the AbstractRuntimeException.getMessage() method).