Package io.deephaven.auth
Class AuthenticationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
io.deephaven.auth.AuthenticationException
- All Implemented Interfaces:
Serializable
An error occurred and this handshake to authenticate has failed for some reason. Details are not provided to the
user.
- See Also:
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
AuthenticationException
public AuthenticationException()
-