public class AuthInvalidGrantException extends AuthClientException
| Constructor and Description |
|---|
AuthInvalidGrantException(java.lang.String message)
Constructs an exception with the specified message, and root cause.
|
AuthInvalidGrantException(java.lang.String message,
java.lang.Throwable t)
Constructs an exception with the specified message, and root cause.
|
isRetryablepublic AuthInvalidGrantException(java.lang.String message,
java.lang.Throwable t)
message - An error message describing why this exception was thrown.t - The underlying cause of this exception.public AuthInvalidGrantException(java.lang.String message)
message - An error message describing why this exception was thrown.