Package io.deephaven.enterprise.auth
Class NotAuthenticatedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.deephaven.UncheckedDeephavenException
io.deephaven.enterprise.auth.AuthException
io.deephaven.enterprise.auth.NotAuthenticatedException
- All Implemented Interfaces:
Serializable
Exception to indicate that the client is not authenticated.
This exception is retryable because default authentication always applies as a fallback.
- 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
Constructors -
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
-
NotAuthenticatedException
-