public class ChildrenExistException extends SpringSecurityException
Acl cannot be deleted because children Acls 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. |
contains, getMessage, getMostSpecificCause, getRootCausepublic 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