Package com.stripe.exception
Class AuthenticationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.stripe.exception.StripeException
com.stripe.exception.AuthenticationException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
PermissionException
- See Also:
-
Constructor Summary
ConstructorDescriptionAuthenticationException
(String message, String requestId, String code, Integer statusCode) -
Method Summary
Methods inherited from class com.stripe.exception.StripeException
getCode, getMessage, getRequestId, getStatusCode, getStripeError, getUserMessage, setStripeError
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
AuthenticationException
-