Class CodeNotFoundOrExpiredException

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

public class CodeNotFoundOrExpiredException extends RuntimeException
Exception thrown when a verification code does not exist or has expired. Used to indicate that the code is either missing or no longer valid.
Since:
1.0.0
Version:
1.0.0, 06/23/2025
Author:
Fernando Cruz Cavina
See Also:
  • Constructor Details

    • CodeNotFoundOrExpiredException

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