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:
java.io.Serializable
- Direct Known Subclasses:
PermissionException
public class AuthenticationException extends StripeException
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description AuthenticationException(java.lang.String message, java.lang.String requestId, java.lang.String code, java.lang.Integer statusCode)
-
Method Summary
Methods inherited from class com.stripe.exception.StripeException
getCode, getMessage, getRequestId, getStatusCode, getStripeError, setStripeError
-
Constructor Details
-
AuthenticationException
public AuthenticationException(java.lang.String message, java.lang.String requestId, java.lang.String code, java.lang.Integer statusCode)
-