Package com.onlinepayments
Class ExceptionFactory
java.lang.Object
com.onlinepayments.ExceptionFactory
Factory for exceptions thrown by Payment platform API v2 resources.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateException(int statusCode, String responseBody, Object errorObject, CallContext context)
-
Constructor Details
-
ExceptionFactory
public ExceptionFactory()
-
-
Method Details
-
createException
public RuntimeException createException(int statusCode, String responseBody, Object errorObject, CallContext context)
-