Class UnmanagedPoolingDataSource.ConnectionUnavailableException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.sql.SQLException
org.apache.cayenne.datasource.UnmanagedPoolingDataSource.ConnectionUnavailableException
All Implemented Interfaces:
Serializable, Iterable<Throwable>
Enclosing class:
UnmanagedPoolingDataSource

public static class UnmanagedPoolingDataSource.ConnectionUnavailableException extends SQLException
An exception indicating that a connection request waiting in the queue timed out and was unable to obtain a connection.
See Also:
  • Constructor Details

    • ConnectionUnavailableException

      public ConnectionUnavailableException(String message)