Class ConnectionPoolBusyException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.serviceconnector.net.connection.ConnectionPoolBusyException
- All Implemented Interfaces:
Serializable
The Class ConnectionPoolBusyException. Connection pool has no available connection to give back. Creating is not possible because allowed limit is reached.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConnectionPoolBusyException(String message) Instantiates a new connection pool busy exception. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ConnectionPoolBusyException
Instantiates a new connection pool busy exception.- Parameters:
message- the message
-