Package org.apache.cayenne.datasource
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:
- Serialized Form
- 
Constructor SummaryConstructors Constructor Description ConnectionUnavailableException(String message)
- 
Method SummaryMethods inherited from class java.sql.SQLExceptiongetErrorCode, getNextException, getSQLState, iterator, setNextExceptionMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface java.lang.IterableforEach, spliterator
- 
Constructor Details- 
ConnectionUnavailableException
 
-