public class ChildrenExistException extends AcegiSecurityException
Acl
cannot be deleted because children Acl
s 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, getRootCause
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ChildrenExistException(String msg)
ChildrenExistException
with the specified
message.msg
- the detail messageCopyright © 2016. All rights reserved.