-
- All Implemented Interfaces:
-
java.io.Serializable
public final class UnsupportedPaymentIntentException extends IllegalStateException
-
-
Field Summary
Fields Modifier and Type Field Description private final StringpaymentMethodTypeprivate final PrimerSessionIntentprimerIntentprivate final Throwablecauseprivate final Stringmessage
-
Constructor Summary
Constructors Constructor Description UnsupportedPaymentIntentException(String paymentMethodType, PrimerSessionIntent primerIntent)
-
Method Summary
Modifier and Type Method Description final StringgetPaymentMethodType()final PrimerSessionIntentgetPrimerIntent()ThrowablegetCause()StringgetMessage()-
Methods inherited from class java.lang.Exception
addSuppressed, fillInStackTrace, getLocalizedMessage, 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
-
UnsupportedPaymentIntentException
UnsupportedPaymentIntentException(String paymentMethodType, PrimerSessionIntent primerIntent)
-
-
Method Detail
-
getPaymentMethodType
final String getPaymentMethodType()
-
getPrimerIntent
final PrimerSessionIntent getPrimerIntent()
-
getMessage
String getMessage()
-
-
-
-