Class ChildrenExistException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.springframework.security.acls.model.AclDataAccessException
-
- org.springframework.security.acls.model.ChildrenExistException
-
- All Implemented Interfaces:
java.io.Serializable
public class ChildrenExistException extends AclDataAccessException
Thrown if anAcl
cannot be deleted because childrenAcl
s exist.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ChildrenExistException(java.lang.String msg)
Constructs anChildrenExistException
with the specified message.ChildrenExistException(java.lang.String msg, java.lang.Throwable cause)
Constructs anChildrenExistException
with the specified message and root cause.
-
-
-
Constructor Detail
-
ChildrenExistException
public ChildrenExistException(java.lang.String msg)
Constructs anChildrenExistException
with the specified message.- Parameters:
msg
- the detail message
-
ChildrenExistException
public ChildrenExistException(java.lang.String msg, java.lang.Throwable cause)
Constructs anChildrenExistException
with the specified message and root cause.- Parameters:
msg
- the detail messagecause
- root cause
-
-