Package io.tarantool.driver.exceptions
Class TarantoolException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- io.tarantool.driver.exceptions.TarantoolException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
TarantoolAccessDeniedException
,TarantoolAttemptsLimitException
,TarantoolClientException
,TarantoolFunctionCallException
,TarantoolIndexNotFoundException
,TarantoolInternalException
,TarantoolNoSuchProcedureException
,TarantoolSpaceFieldNotFoundException
,TarantoolSpaceNotFoundException
,TarantoolTimeoutException
public abstract class TarantoolException extends RuntimeException
Base class for Tarantool runtime exceptions- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TarantoolException()
TarantoolException(String message)
TarantoolException(String message, Throwable cause)
TarantoolException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-