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