public class ConnectionTokenException
The ConnectionTokenException
is an exception type that should be thrown by the
interface ConnectionTokenProvider
when there's an unresolvable error that prevents us from
fetching a connection token
Use of this SDK is subject to the Stripe Terminal Terms: https://stripe.com/terminal/legal
interface ConnectionTokenProvider
Constructor and Description |
---|
ConnectionTokenException(java.lang.String message,
java.lang.Throwable cause)
The
ConnectionTokenException is an exception type that should be thrown by the
interface ConnectionTokenProvider when there's an unresolvable error that prevents us from
fetching a connection token |
ConnectionTokenException(java.lang.String message)
The
ConnectionTokenException is an exception type that should be thrown by the
interface ConnectionTokenProvider when there's an unresolvable error that prevents us from
fetching a connection token |
@JvmOverloads public ConnectionTokenException(@NotNull java.lang.String message, @Nullable java.lang.Throwable cause)
The ConnectionTokenException
is an exception type that should be thrown by the
interface ConnectionTokenProvider
when there's an unresolvable error that prevents us from
fetching a connection token
Use of this SDK is subject to the Stripe Terminal Terms: https://stripe.com/terminal/legal
interface ConnectionTokenProvider
@JvmOverloads public ConnectionTokenException(@NotNull java.lang.String message)
The ConnectionTokenException
is an exception type that should be thrown by the
interface ConnectionTokenProvider
when there's an unresolvable error that prevents us from
fetching a connection token
Use of this SDK is subject to the Stripe Terminal Terms: https://stripe.com/terminal/legal
interface ConnectionTokenProvider