Package io.tarantool.driver.exceptions
Class TarantoolInternalNetworkException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- io.tarantool.driver.exceptions.TarantoolException
-
- io.tarantool.driver.exceptions.TarantoolInternalException
-
- io.tarantool.driver.exceptions.TarantoolInternalNetworkException
-
- All Implemented Interfaces:
Serializable
public class TarantoolInternalNetworkException extends TarantoolInternalException
Represents server internal error subclasses that are related to the network problems with connections between Tarantool nodes or external services accessed from inside Tarantool (Connection timeout, No connection, etc.)- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TarantoolInternalNetworkException(String errorMessage)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
TarantoolInternalNetworkException
public TarantoolInternalNetworkException(String errorMessage)
-
-