|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception org.geotools.data.arcsde.UnavailableConnectionException
Exception thrown when a free SDE connection can't be obtained after the
calling thread was waiting an available connection for
SdeConnectionPool instance's getMaxWaitTime()
milliseconds
Constructor Summary | |
UnavailableConnectionException(int usedConnections,
ConnectionConfig config)
Creates a new UnavailableConnectionException object. |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public UnavailableConnectionException(int usedConnections, ConnectionConfig config)
usedConnections
- DOCUMENT ME!config
- DOCUMENT ME!
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |