Package io.tarantool.driver
Class InvalidVersionException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- io.tarantool.driver.InvalidVersionException
-
- All Implemented Interfaces:
Serializable
public class InvalidVersionException extends Exception
Occurs when the version received from Tarantool server is invalid or unsupported- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InvalidVersionException()
InvalidVersionException(Exception e)
InvalidVersionException(String version)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-