public class AlreadyExistsException extends AclDataAccessException
Acl
entry already exists for the object.Constructor and Description |
---|
AlreadyExistsException(java.lang.String msg)
Constructs an
AlreadyExistsException with the specified message. |
AlreadyExistsException(java.lang.String msg,
java.lang.Throwable t)
Constructs an
AlreadyExistsException with the specified message and
root cause. |
public AlreadyExistsException(java.lang.String msg)
AlreadyExistsException
with the specified message.msg
- the detail messagepublic AlreadyExistsException(java.lang.String msg, java.lang.Throwable t)
AlreadyExistsException
with the specified message and
root cause.msg
- the detail messaget
- root cause