Class ConnectionPoolExhaustedException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.sql.SQLException
io.ebean.datasource.ConnectionPoolExhaustedException
All Implemented Interfaces:
Serializable, Iterable<Throwable>

public class ConnectionPoolExhaustedException extends SQLException
This exception is thrown, if the connection pool has reached maxSize.
Author:
Roland Praml, Foconis Analytics GmbH
See Also:
  • Constructor Details

    • ConnectionPoolExhaustedException

      public ConnectionPoolExhaustedException(String reason)