Package io.tarantool.driver.exceptions
Class TarantoolDecoderException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- io.tarantool.driver.protocol.TarantoolProtocolException
-
- io.tarantool.driver.exceptions.TarantoolDecoderException
-
- All Implemented Interfaces:
Serializable
public class TarantoolDecoderException extends TarantoolProtocolException
Used in cases when a request or a response body cannot be transformed from/into MessagePack- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TarantoolDecoderException(TarantoolHeader header, Exception e)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TarantoolHeader
getHeader()
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
TarantoolDecoderException
public TarantoolDecoderException(TarantoolHeader header, Exception e)
-
-
Method Detail
-
getHeader
public TarantoolHeader getHeader()
-
-