Class NspkOpenException
-
- All Implemented Interfaces:
-
java.io.Serializable
public final class NspkOpenException extends RuntimeException
Исключение, выбрасываемое при неуспешном открытии какого либо банка по контракту NSPK в Cценарии оплаты по СБП
-
-
Constructor Summary
Constructors Constructor Description NspkOpenException(Throwable throwable, String message, String deeplink, Long paymentId)
-
Method Summary
Modifier and Type Method Description final StringgetDeeplink()final LonggetPaymentId()-
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
-
-
Method Detail
-
getDeeplink
final String getDeeplink()
-
getPaymentId
final Long getPaymentId()
-
-
-
-