jp.webpay.exception
Class ApiConnectionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by jp.webpay.exception.WebPayException
                  extended by jp.webpay.exception.ApiConnectionException
All Implemented Interfaces:
java.io.Serializable

public class ApiConnectionException
extends WebPayException

See Also:
Serialized Form

Constructor Summary
ApiConnectionException(java.lang.String message)
           
ApiConnectionException(java.lang.Throwable cause)
           
 
Method Summary
static ApiConnectionException jsonException(java.lang.String json)
           
 
Methods inherited from class jp.webpay.exception.WebPayException
fromJsonResponse
 
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
 

Constructor Detail

ApiConnectionException

public ApiConnectionException(java.lang.String message)

ApiConnectionException

public ApiConnectionException(java.lang.Throwable cause)
Method Detail

jsonException

public static ApiConnectionException jsonException(java.lang.String json)