Class UserAlreadyExistsException

All Implemented Interfaces:
Serializable

public class UserAlreadyExistsException extends BeCPGException
Exception thrown when attempting to create a user that already exists.
Version:
$Id: $Id
Author:
matthieu
See Also:
  • Field Details

    • serialVersionUID

      private static final long serialVersionUID
      generated serial number
      See Also:
  • Constructor Details

    • UserAlreadyExistsException

      public UserAlreadyExistsException(String message)
      Instantiates a new user already exists exception.
      Parameters:
      message - the message
    • UserAlreadyExistsException

      public UserAlreadyExistsException(String message, Throwable cause)

      Constructor for UserAlreadyExistsException.

      Parameters:
      message - a String object.
      cause - a Throwable object.
    • UserAlreadyExistsException

      public UserAlreadyExistsException(Throwable cause)

      Constructor for UserAlreadyExistsException.

      Parameters:
      cause - a Throwable object.