Class 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 Details

    • EntityExistsException

      public EntityExistsException​(String msg)
      Construct an EntityExistsException with specified detail message.
      Parameters:
      msg - The detail message.