Package com.bank.auth_service.exception
Class InvalidUserCredentialsException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.bank.auth_service.exception.InvalidUserCredentialsException
- All Implemented Interfaces:
Serializable
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 Summary
ConstructorsConstructorDescriptionConstructs a new InvalidUserCredentialsException with a default error message. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InvalidUserCredentialsException
public InvalidUserCredentialsException()Constructs a new InvalidUserCredentialsException with a default error message.
-