Class DeclinedTransactionException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
DeclinedPaymentException, DeclinedPayoutException, DeclinedRefundException

public abstract class DeclinedTransactionException extends ApiException
Represents an error response from a create payment, payout or refund call.
See Also:
  • Constructor Details

    • DeclinedTransactionException

      protected DeclinedTransactionException(int statusCode, String responseBody, String errorId, List<APIError> errors)
    • DeclinedTransactionException

      protected DeclinedTransactionException(String message, int statusCode, String responseBody, String errorId, List<APIError> errors)