Class AlreadyExistsException

All Implemented Interfaces:
Serializable

public class AlreadyExistsException extends AclDataAccessException
Thrown if an Acl entry already exists for the object.
See Also:
  • Constructor Details

    • AlreadyExistsException

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

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