public class AuthInvalidParameterException extends AuthClientException
See the exception message for details.
| Constructor and Description |
|---|
AuthInvalidParameterException(java.lang.String message)
Constructs an exception with the specified message, and root cause.
|
AuthInvalidParameterException(java.lang.String message,
java.lang.Throwable t)
Constructs an exception with the specified message.
|
isRetryablepublic AuthInvalidParameterException(java.lang.String message)
message - An error message describing why this exception was thrown.public AuthInvalidParameterException(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.