Class UserAlreadyExistsException

All Implemented Interfaces:
Serializable

public class UserAlreadyExistsException extends AlreadyExistsException
An exception thrown when a user already exists.
See Also:
  • Constructor Details

    • UserAlreadyExistsException

      @FormatMethod public UserAlreadyExistsException(@FormatString String message, Object... args)
      Constructs a new exception with the specified detail message.
      Parameters:
      message - the detail message.
      args - the arguments to the message.
    • UserAlreadyExistsException

      @FormatMethod public UserAlreadyExistsException(Throwable cause, String message, Object... args)
      Constructs a new exception with the specified detail message and cause.
      Parameters:
      cause - the cause.
      message - the detail message.
      args - the arguments to the message.