Serialized Form
-
Package com.onlinepayments
-
Exception Class com.onlinepayments.ApiException
class ApiException extends RuntimeException implements Serializable -
Exception Class com.onlinepayments.AuthorizationException
class AuthorizationException extends ApiException implements Serializable -
Exception Class com.onlinepayments.BodyHandlerException
class BodyHandlerException extends RuntimeException implements Serializable -
Exception Class com.onlinepayments.DeclinedPaymentException
class DeclinedPaymentException extends DeclinedTransactionException implements Serializable-
Serialized Fields
-
response
PaymentErrorResponse response
-
-
-
Exception Class com.onlinepayments.DeclinedPayoutException
class DeclinedPayoutException extends DeclinedTransactionException implements Serializable-
Serialized Fields
-
response
PayoutErrorResponse response
-
-
-
Exception Class com.onlinepayments.DeclinedRefundException
class DeclinedRefundException extends DeclinedTransactionException implements Serializable-
Serialized Fields
-
response
RefundErrorResponse response
-
-
-
Exception Class com.onlinepayments.DeclinedTransactionException
class DeclinedTransactionException extends ApiException implements Serializable -
Exception Class com.onlinepayments.IdempotenceException
class IdempotenceException extends ApiException implements Serializable -
Exception Class com.onlinepayments.PlatformException
class PlatformException extends ApiException implements Serializable -
Exception Class com.onlinepayments.ReferenceException
class ReferenceException extends ApiException implements Serializable -
Exception Class com.onlinepayments.ValidationException
class ValidationException extends ApiException implements Serializable
-
-
Package com.onlinepayments.communication
-
Exception Class com.onlinepayments.communication.CommunicationException
class CommunicationException extends RuntimeException implements Serializable -
Exception Class com.onlinepayments.communication.NotFoundException
class NotFoundException extends RuntimeException implements Serializable -
Exception Class com.onlinepayments.communication.ResponseException
class ResponseException extends RuntimeException implements Serializable-
Serialized Fields
-
body
String body
-
headers
List<ResponseHeader> headers
-
statusCode
int statusCode
-
-
-
-
Package com.onlinepayments.json
-
Exception Class com.onlinepayments.json.MarshallerSyntaxException
class MarshallerSyntaxException extends RuntimeException implements Serializable
-
-
Package com.onlinepayments.webhooks
-
Exception Class com.onlinepayments.webhooks.ApiVersionMismatchException
class ApiVersionMismatchException extends RuntimeException implements Serializable -
Exception Class com.onlinepayments.webhooks.SecretKeyNotAvailableException
class SecretKeyNotAvailableException extends SignatureValidationException implements Serializable-
Serialized Fields
-
keyId
String keyId
-
-
-
Exception Class com.onlinepayments.webhooks.SignatureValidationException
class SignatureValidationException extends RuntimeException implements Serializable
-