public class AuthenticationException extends StripeException
| Constructor and Description |
|---|
AuthenticationException(java.lang.String message,
java.lang.String requestId,
java.lang.Integer statusCode)
Deprecated.
Use new constructor with `code` argument instead.
|
AuthenticationException(java.lang.String message,
java.lang.String requestId,
java.lang.String code,
java.lang.Integer statusCode) |
getCode, getRequestId, getStatusCode, toString@Deprecated
public AuthenticationException(java.lang.String message,
java.lang.String requestId,
java.lang.Integer statusCode)
public AuthenticationException(java.lang.String message,
java.lang.String requestId,
java.lang.String code,
java.lang.Integer statusCode)