Class AcquiringApiException
-
- All Implemented Interfaces:
-
java.io.Serializable,ru.tinkoff.acquiring.sdk.exceptions.AcquiringException,ru.tinkoff.acquiring.sdk.exceptions.AcquiringExceptionWithErrorCode
public final class AcquiringApiException extends Exception implements AcquiringExceptionWithErrorCode
-
-
Constructor Summary
Constructors Constructor Description AcquiringApiException(AcquiringResponse response, String message)AcquiringApiException(AcquiringResponse response)
-
Method Summary
Modifier and Type Method Description final AcquiringResponsegetResponse()final UnitsetResponse(AcquiringResponse response)StringgetErrorCode()UnitsetErrorCode(String errorCode)-
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(AcquiringResponse response, String message)
-
AcquiringApiException
AcquiringApiException(AcquiringResponse response)
-
-
Method Detail
-
getResponse
final AcquiringResponse getResponse()
-
setResponse
final Unit setResponse(AcquiringResponse response)
-
getErrorCode
String getErrorCode()
-
setErrorCode
Unit setErrorCode(String errorCode)
-
-
-
-