Package io.tarantool.driver.exceptions
Class TarantoolMetadataRequestException
- 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.TarantoolMetadataRequestException
-
- All Implemented Interfaces:
Serializable
public class TarantoolMetadataRequestException extends TarantoolClientException
The exception occurs when the metadata returned by proxy function has a wrong format or the metadata request failed- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TarantoolMetadataRequestException(String function, Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-