Class AlreadyRegisteredException

java.lang.Object
java.lang.Throwable
java.lang.Exception
exception.AlreadyRegisteredException
All Implemented Interfaces:
Serializable

public class AlreadyRegisteredException extends Exception
Custom checked exception thrown when an attempt is made to register a user whose user ID already exists within the system.
See Also:
  • Constructor Details

    • AlreadyRegisteredException

      public AlreadyRegisteredException()
      Constructs a new AlreadyRegisteredException with a default detail message. The default message is "This user ID is already registered.".