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$
Author:
Rafal Krzewski
See Also:
  • Constructor Details

    • EntityExistsException

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