Package io.tarantool.driver.exceptions
Class TarantoolTimeoutException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- io.tarantool.driver.exceptions.TarantoolException
-
- io.tarantool.driver.exceptions.TarantoolTimeoutException
-
- All Implemented Interfaces:
Serializable
public class TarantoolTimeoutException extends TarantoolException
The exception that was thrown fromTarantoolRequestRetryPolicies
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TarantoolTimeoutException(Long time)
TarantoolTimeoutException(Long time, Throwable cause)
TarantoolTimeoutException(String format, Object... args)
TarantoolTimeoutException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-