Class AclNotFoundException

All Implemented Interfaces:
Serializable

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

    • AclNotFoundException

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