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 SummaryConstructors 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.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
- 
 
-