org.springframework.security.acls.model
Class AlreadyExistsException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.security.acls.model.AclDataAccessException
org.springframework.security.acls.model.AlreadyExistsException
- All Implemented Interfaces:
- Serializable
public class AlreadyExistsException
- extends AclDataAccessException
Thrown if an Acl
entry already exists for the object.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
AlreadyExistsException
public AlreadyExistsException(String msg)
- Constructs an
AlreadyExistsException
with the specified message.
- Parameters:
msg
- the detail message
AlreadyExistsException
public AlreadyExistsException(String msg,
Throwable t)
- Constructs an
AlreadyExistsException
with the specified message
and root cause.
- Parameters:
msg
- the detail messaget
- root cause