Class PaymentFailedException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.bookstore.payment.exception.PaymentFailedException
All Implemented Interfaces:
Serializable

public class PaymentFailedException extends Exception
See Also:
  • Constructor Details

    • PaymentFailedException

      public PaymentFailedException(String message, String errorCode)
  • Method Details

    • getErrorCode

      public String getErrorCode()