public class ChildrenExistException extends AcegiSecurityException
Acl cannot be deleted because children Acls exist.| Constructor and Description |
|---|
ChildrenExistException(String msg)
Constructs an
ChildrenExistException with the specified
message. |
ChildrenExistException(String msg,
Throwable t)
Constructs an
ChildrenExistException with the specified
message and root cause. |
contains, getMessage, getMostSpecificCause, getRootCauseaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ChildrenExistException(String msg)
ChildrenExistException with the specified
message.msg - the detail messageCopyright © 2016. All rights reserved.