public class ChildrenExistException extends AclDataAccessException
Acl
cannot be deleted because children Acl
s exist.Constructor and Description |
---|
ChildrenExistException(java.lang.String msg)
Constructs an
ChildrenExistException with the specified message. |
ChildrenExistException(java.lang.String msg,
java.lang.Throwable t)
Constructs an
ChildrenExistException with the specified message and
root cause. |
public ChildrenExistException(java.lang.String msg)
ChildrenExistException
with the specified message.msg
- the detail messagepublic ChildrenExistException(java.lang.String msg, java.lang.Throwable t)
ChildrenExistException
with the specified message and
root cause.msg
- the detail messaget
- root cause