Package io.tarantool.driver.exceptions
Class TarantoolFunctionCallException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- io.tarantool.driver.exceptions.TarantoolException
-
- io.tarantool.driver.exceptions.TarantoolFunctionCallException
-
- All Implemented Interfaces:
Serializable
public class TarantoolFunctionCallException extends TarantoolException
Represents exceptions returned for call operations, if the server response does not match the expected format- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TarantoolFunctionCallException(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
-
TarantoolFunctionCallException
public TarantoolFunctionCallException(String errorMessage)
-
-