Package io.tarantool.driver.exceptions
Class TarantoolBadCredentialsException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- io.tarantool.driver.exceptions.TarantoolException
-
- io.tarantool.driver.exceptions.TarantoolClientException
-
- io.tarantool.driver.exceptions.TarantoolBadCredentialsException
-
- All Implemented Interfaces:
Serializable
public class TarantoolBadCredentialsException extends TarantoolClientException
This exception is thrown If incorrect credentials are specified- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TarantoolBadCredentialsException()
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-