Class AcquiringApiException
-
- All Implemented Interfaces:
-
java.io.Serializable
public final class AcquiringApiException extends Exception
Исключение, выбрасываемое методами AcquiringSdk, в случае если сервер ответил ошибкой
Mariya Chernyadieva
-
-
Constructor Summary
Constructors Constructor Description AcquiringApiException(String message, AcquiringResponse response, Throwable cause)AcquiringApiException(String message, Throwable cause)AcquiringApiException(AcquiringResponse response, String message)AcquiringApiException(AcquiringResponse response)
-
Method Summary
Modifier and Type Method Description final AcquiringResponsegetResponse()final UnitsetResponse(AcquiringResponse response)-
Methods inherited from class kotlin.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
AcquiringApiException
AcquiringApiException(String message, AcquiringResponse response, Throwable cause)
-
AcquiringApiException
AcquiringApiException(AcquiringResponse response, String message)
-
AcquiringApiException
AcquiringApiException(AcquiringResponse response)
-
-
Method Detail
-
getResponse
final AcquiringResponse getResponse()
-
setResponse
final Unit setResponse(AcquiringResponse response)
-
-
-
-