| java.lang.Object | |||||
| ↳ | java.lang.Throwable | ||||
| ↳ | java.lang.Exception | ||||
| ↳ | java.lang.RuntimeException | ||||
| ↳ | org.springframework.security.acls.model.AclDataAccessException | ||||
| ↳ | org.springframework.security.acls.model.AlreadyExistsException | ||||
Thrown if an Acl entry already exists for the object.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Constructs an  AlreadyExistsExceptionwith the specified message. | |||||||||||
| Constructs an  AlreadyExistsExceptionwith the specified message
 and root cause. | |||||||||||
| [Expand] Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|  From class
  java.lang.Throwable | |||||||||||
|  From class
  java.lang.Object | |||||||||||
Constructs an AlreadyExistsException with the specified message.
| msg | the detail message | 
|---|
Constructs an AlreadyExistsException with the specified message
 and root cause.
| msg | the detail message | 
|---|---|
| t | root cause |