Class AuthenticationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.apache.tinkerpop.gremlin.server.auth.AuthenticationException
-
- All Implemented Interfaces:
Serializable
public class AuthenticationException extends Exception
An exception that occurs when during authentication such as a failed login.- Author:
- Stephen Mallette (http://stephen.genoprime.com)
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AuthenticationException()
AuthenticationException(String message)
AuthenticationException(String message, Throwable cause)
AuthenticationException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
AuthenticationException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-