Class ConnectionPoolConnectException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.serviceconnector.net.connection.ConnectionPoolConnectException
All Implemented Interfaces:
Serializable

public class ConnectionPoolConnectException extends Exception
The Class ConnectionPoolConnectException. Connection pool failed when establish a connection.
Author:
JTraber
See Also:
  • Constructor Details

    • ConnectionPoolConnectException

      public ConnectionPoolConnectException(String message, Exception exception)
      Instantiates a new connection pool connect exception.
      Parameters:
      message - the message
      exception - the cause