org.geotools.arcsde.pool
Class UnavailableArcSDEConnectionException

Object
  extended by Throwable
      extended by Exception
          extended by IOException
              extended by 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:

Constructor Summary
UnavailableArcSDEConnectionException(int usedConnections, ArcSDEConnectionConfig config)
          Creates a new UnavailableArcSDEConnectionException object.
 
Method Summary
 
Methods inherited from class Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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.