Class ChildrenExistException

All Implemented Interfaces:
Serializable

public class ChildrenExistException extends AclDataAccessException
Thrown if an Acl cannot be deleted because children Acls exist.
See Also:
  • Constructor Details

    • ChildrenExistException

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

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