Class LoginAlreadyExistsException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.fiap.tech_challenge.parte1.ms_users.exceptions.LoginAlreadyExistsException
All Implemented Interfaces:
Serializable

public class LoginAlreadyExistsException extends RuntimeException
Exception thrown when an attempt is made to register or use a login that already exists in the system.
See Also:
  • Constructor Details

    • LoginAlreadyExistsException

      public LoginAlreadyExistsException(String message)
      Constructs a new LoginAlreadyExistsException with the specified detail message.
      Parameters:
      message - the detail message explaining the login conflict