Class InvalidUserCredentialsException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.bank.auth_service.exception.InvalidUserCredentialsException
All Implemented Interfaces:
Serializable

public class InvalidUserCredentialsException extends RuntimeException
Exception thrown when user credentials are invalid during authentication. Used to indicate that the login or password is incorrect.
Since:
1.0.0
Version:
1.0.0, 06/23/2025
Author:
Fernando Cruz Cavina
See Also:
  • Constructor Details

    • InvalidUserCredentialsException

      public InvalidUserCredentialsException()
      Constructs a new InvalidUserCredentialsException with a default error message.