Package io.tarantool.driver.auth
Class TarantoolAuthenticationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- io.tarantool.driver.auth.TarantoolAuthenticationException
-
- All Implemented Interfaces:
Serializable
public class TarantoolAuthenticationException extends Exception
This exception is thrown when theAbstractTarantoolClient
fails to authenticate with given data- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TarantoolAuthenticationException()
TarantoolAuthenticationException(Throwable e)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
TarantoolAuthenticationException
public TarantoolAuthenticationException()
-
TarantoolAuthenticationException
public TarantoolAuthenticationException(Throwable e)
-
-