Class UserAlreadyExistsException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalStateException
it.univr.passportease.exception.illegalstate.UserAlreadyExistsException
All Implemented Interfaces:
Serializable

public class UserAlreadyExistsException extends IllegalStateException
Exception thrown when a user already exists in the database.
See Also:
  • Constructor Details

    • UserAlreadyExistsException

      public UserAlreadyExistsException(String msg)
      Constructs a UserAlreadyExistsException with the specified detail message.
      Parameters:
      msg - the detail message.