Package io.tarantool.driver.protocol
Class TarantoolProtocolException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- io.tarantool.driver.protocol.TarantoolProtocolException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
TarantoolDecoderException
public class TarantoolProtocolException extends Exception
Represents errors that occur while decoding Tarantool packets- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TarantoolProtocolException(Exception e)
TarantoolProtocolException(String s)
TarantoolProtocolException(String s, Object... values)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-