jp.webpay.exception
Class WebPayException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by jp.webpay.exception.WebPayException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
ApiConnectionException, APIException, AuthenticationException, CardException, InvalidRequestException

public class WebPayException
extends java.lang.RuntimeException

See Also:
Serialized Form

Method Summary
static WebPayException fromJsonResponse(int status, java.lang.String json)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

fromJsonResponse

public static WebPayException fromJsonResponse(int status,
                                               java.lang.String json)