org.geotools.arcsde.pool
Class UnavailableArcSDEConnectionException
Object
Throwable
Exception
IOException
UnavailableArcSDEConnectionException
- All Implemented Interfaces:
- Serializable
public class UnavailableArcSDEConnectionException
- extends IOException
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
- Author:
- Gabriel Roldan
- See Also:
- Serialized Form
- Module:
Methods inherited from class Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
UnavailableArcSDEConnectionException
public UnavailableArcSDEConnectionException(int usedConnections,
ArcSDEConnectionConfig config)
- Creates a new UnavailableArcSDEConnectionException object.
- Parameters:
usedConnections
- DOCUMENT ME!config
- DOCUMENT ME!
Copyright © 1996-2009 Geotools. All Rights Reserved.