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
public class EntityExistsException extends FulcrumSecurityException
Thrown upon an attempt to create an User,Role,Group or Permission that
already exists.
- Version:
- $Id: EntityExistsException.java 1374616 2012-08-18 17:26:07Z tv $
- Author:
- Rafal Krzewski
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description EntityExistsException(String msg)
Construct 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.
-