com.chargebee.exceptions
Class OperationFailedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.chargebee.APIException
                  extended by com.chargebee.exceptions.OperationFailedException
All Implemented Interfaces:
Serializable

public class OperationFailedException
extends APIException

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.chargebee.APIException
apiErrorCode, code, httpCode, httpStatusCode, jsonObj, message, param, type
 
Constructor Summary
OperationFailedException(int httpStatusCode, org.json.JSONObject jsonObj)
           
 
Method Summary
 
Methods inherited from class com.chargebee.APIException
isParamErr, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

OperationFailedException

public OperationFailedException(int httpStatusCode,
                                org.json.JSONObject jsonObj)
                         throws Exception
Throws:
Exception


Copyright © 2015 ChargeBee. All Rights Reserved.