Package com.onlinepayments
Class DeclinedPayoutException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.onlinepayments.ApiException
com.onlinepayments.DeclinedTransactionException
com.onlinepayments.DeclinedPayoutException
- All Implemented Interfaces:
Serializable
Represents an error response from a payout call.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDeclinedPayoutException(int statusCode, String responseBody, PayoutErrorResponse response) -
Method Summary
Methods inherited from class com.onlinepayments.ApiException
getErrorId, getErrors, getResponseBody, getStatusCode, toStringMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Constructor Details
-
DeclinedPayoutException
-
-
Method Details
-
getPayoutResult
- Returns:
- The result of creating a payout if available, or
nullotherwise.
-