Package io.deephaven.enterprise.auth
Class UnavailableException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.deephaven.UncheckedDeephavenException
io.deephaven.enterprise.auth.AuthException
io.deephaven.enterprise.auth.UnavailableException
- All Implemented Interfaces:
Serializable
Exception thrown by the auth client code when the deadline runs out for attempts to retry operations when the auth
server is unavailable.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class io.deephaven.enterprise.auth.AuthException
AuthException.Tag
-
Field Summary
Fields inherited from class io.deephaven.enterprise.auth.AuthException
tag
-
Constructor Summary
ConstructorsConstructorDescriptionUnavailableException
(String message) UnavailableException
(String message, Throwable cause) -
Method Summary
Methods inherited from class io.deephaven.enterprise.auth.AuthException
isRetryable, toString
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Constructor Details
-
UnavailableException
-
UnavailableException
-