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