Package io.tarantool.driver.exceptions
Class TarantoolInternalException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- io.tarantool.driver.exceptions.TarantoolException
-
- io.tarantool.driver.exceptions.TarantoolInternalException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
TarantoolInternalNetworkException
public class TarantoolInternalException extends TarantoolException
Represents exceptions returned on call operations from Lua API (functions returnnil, err
or the `error()` function is called in the function body)- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TarantoolInternalException(String errorMessage)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
TarantoolInternalException
public TarantoolInternalException(String errorMessage)
-
-