public class AuthClientException
extends java.lang.RuntimeException
| Constructor and Description |
|---|
AuthClientException(java.lang.String message)
Creates a new AuthClientException with the specified message.
|
AuthClientException(java.lang.String message,
java.lang.Throwable t)
Creates a new AuthClientException with the specified message, and root
cause.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
isRetryable()
Returns a hint as to whether it makes sense to retry upon this exception.
|
public AuthClientException(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 AuthClientException(java.lang.String message)
message - An error message describing why this exception was thrown.