Class NotFoundException

All Implemented Interfaces:
Serializable

public class NotFoundException extends AclDataAccessException
Thrown if an ACL-related object cannot be found.
See Also:
  • Constructor Details

    • NotFoundException

      public NotFoundException(String msg)
      Constructs an NotFoundException with the specified message.
      Parameters:
      msg - the detail message
    • NotFoundException

      public NotFoundException(String msg, Throwable cause)
      Constructs an NotFoundException with the specified message and root cause.
      Parameters:
      msg - the detail message
      cause - root cause