public class

ChildrenExistException

extends AclDataAccessException
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ java.lang.RuntimeException
         ↳ org.springframework.security.acls.model.AclDataAccessException
           ↳ org.springframework.security.acls.model.ChildrenExistException

Class Overview

Thrown if an Acl cannot be deleted because children Acls exist.

Summary

Public Constructors
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.
[Expand]
Inherited Methods
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public ChildrenExistException (String msg)

Constructs an ChildrenExistException with the specified message.

Parameters
msg the detail message

public ChildrenExistException (String msg, Throwable t)

Constructs an ChildrenExistException with the specified message and root cause.

Parameters
msg the detail message
t root cause