Package io.tarantool.driver.exceptions
Class NoAvailableConnectionsException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- io.tarantool.driver.exceptions.TarantoolException
-
- io.tarantool.driver.exceptions.TarantoolClientException
-
- io.tarantool.driver.exceptions.NoAvailableConnectionsException
-
- All Implemented Interfaces:
Serializable
public class NoAvailableConnectionsException extends TarantoolClientException
Represents an error where all connections in a pool are closed- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NoAvailableConnectionsException()
Basic constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Throwable
fillInStackTrace()
-
Methods inherited from class java.lang.Throwable
addSuppressed, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Method Detail
-
fillInStackTrace
public Throwable fillInStackTrace()
- Overrides:
fillInStackTrace
in classThrowable
-
-