Package com.bank.auth_service.exception
Class InvalidCodeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.bank.auth_service.exception.InvalidCodeException
- All Implemented Interfaces:
Serializable
Exception thrown when a provided verification code is invalid.
Used to indicate that the code entered by the user does not match the expected value.
- Since:
- 1.0.0
- Version:
- 1.0.0, 06/23/2025
- Author:
- Fernando Cruz Cavina
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConstructs a new InvalidCodeException 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
-
InvalidCodeException
public InvalidCodeException()Constructs a new InvalidCodeException with a default error message.
-