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