Serialized Form


Package jp.webpay.exception

Class jp.webpay.exception.ApiConnectionException extends WebPayException implements Serializable

Serialized Fields

cause

java.lang.Throwable cause

Class jp.webpay.exception.APIException extends WebPayException implements Serializable

Serialized Fields

type

java.lang.String type

Class jp.webpay.exception.AuthenticationException extends WebPayException implements Serializable

Class jp.webpay.exception.CardException extends WebPayException implements Serializable

Serialized Fields

type

java.lang.String type

code

java.lang.String code

param

java.lang.String param

Class jp.webpay.exception.InvalidRequestException extends WebPayException implements Serializable

Serialized Fields

type

java.lang.String type

param

java.lang.String param

Class jp.webpay.exception.WebPayException extends java.lang.RuntimeException implements Serializable

Serialized Fields

status

java.lang.Integer status

errorInfo

java.util.Map<K,V> errorInfo

Package jp.webpay.request

Class jp.webpay.request.RequiredParamNotSetException extends java.lang.RuntimeException implements Serializable