Package io.deephaven.enterprise.auth
Class AuthenticationRejected
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.deephaven.UncheckedDeephavenException
io.deephaven.enterprise.auth.AuthException
io.deephaven.enterprise.auth.AuthenticationFailure
io.deephaven.enterprise.auth.AuthenticationRejected
- All Implemented Interfaces:
Serializable
An unchecked exception representing authentication rejection of a token for the requested purpose.
- 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
ConstructorsConstructorDescriptionAuthenticationRejected
(String reason) AuthenticationRejected
(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
-
AuthenticationRejected
-
AuthenticationRejected
-