Package com.stripe.exception.oauth
Class InvalidClientException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.stripe.exception.StripeException
com.stripe.exception.oauth.OAuthException
com.stripe.exception.oauth.InvalidClientException
- All Implemented Interfaces:
Serializable
InvalidClientException is raised when authentication fails.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.stripe.exception.oauth.OAuthException
getOauthError, setOauthError
Methods inherited from class com.stripe.exception.StripeException
getCode, getMessage, getRequestId, getStatusCode, getStripeError, getStripeErrorApiMode, getUserMessage, parseV2Exception, setStripeError, setStripeV2Error
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InvalidClientException
-