Package io.tarantool.driver.mappers
Class MessagePackValueMapperException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- io.tarantool.driver.mappers.MessagePackValueMapperException
-
- All Implemented Interfaces:
Serializable
public class MessagePackValueMapperException extends RuntimeException
Represents exceptions that occur while performing conversion between MessagePack entities and Java objects- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MessagePackValueMapperException()
MessagePackValueMapperException(String s)
MessagePackValueMapperException(String format, Object... values)
MessagePackValueMapperException(String message, Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-