Class AclUpdateException

All Implemented Interfaces:
Serializable

public class AclUpdateException extends AclException
Thrown when an error is encountered while updating an ACL.
See Also:
  • Constructor Details

    • AclUpdateException

      public AclUpdateException(String message)
      Constructs an AclUpdateException with the specified detail message.
      Parameters:
      message - the detail message (which is saved for later retrieval by the AbstractCheckedException.getMessage() method).