Package org.apache.fulcrum.security.util
Class EntityExistsException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.fulcrum.security.util.FulcrumSecurityException
org.apache.fulcrum.security.util.EntityExistsException
- All Implemented Interfaces:
Serializable
Thrown upon an attempt to create an User,Role,Group or Permission that
already exists.
- Version:
- $Id$
- Author:
- Rafal Krzewski
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConstruct an EntityExistsException with specified detail message. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
EntityExistsException
Construct an EntityExistsException with specified detail message.- Parameters:
msg
- The detail message.
-