Class PaymentNotFoundException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.bank.payment.exceptions.PaymentNotFoundException
All Implemented Interfaces:
Serializable

public class PaymentNotFoundException extends RuntimeException
Exception thrown when a payment is not found. This exception extends RuntimeException and provides a default error message indicating that the payment was not found.
Since:
1.0.0
Version:
1.0.0, 06/26/2025
Author:
Fernando Cruz Cavina
See Also:
  • Constructor Details

    • PaymentNotFoundException

      public PaymentNotFoundException()