public class

AlreadyExistsException

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.AlreadyExistsException

Class Overview

Thrown if an Acl entry already exists for the object.

Summary

Public Constructors
AlreadyExistsException(String msg)
Constructs an AlreadyExistsException with the specified message.
AlreadyExistsException(String msg, Throwable t)
Constructs an AlreadyExistsException with the specified message and root cause.
[Expand]
Inherited Methods
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public AlreadyExistsException (String msg)

Constructs an AlreadyExistsException with the specified message.

Parameters
msg the detail message

public AlreadyExistsException (String msg, Throwable t)

Constructs an AlreadyExistsException with the specified message and root cause.

Parameters
msg the detail message
t root cause