Klasse EntityExistsException

Alle implementierten Schnittstellen:
Serializable

public class EntityExistsException extends FulcrumSecurityException
Thrown upon an attempt to create an User,Role,Group or Permission that already exists.
Version:
$Id$
Autor:
Rafal Krzewski
Siehe auch:
  • Konstruktordetails

    • EntityExistsException

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