org.edg.data.util
Class InvalidConnectionException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.edg.data.util.DataException
                    |
                    +--org.edg.data.util.InvalidConnectionException
All Implemented Interfaces:
java.io.Serializable

public final class InvalidConnectionException
extends DataException

An exception which is thrown if a Connection returned from the pool is not valid.

Version:
$Id: InvalidConnectionException.java,v 1.3 2003/11/06 12:16:52 jamesc Exp $
Author:
James Casey
See Also:
Serialized Form

Constructor Summary
InvalidConnectionException(java.lang.String connection)
          Constructs an InvalidConnectionException with the specified detail message.
 
Method Summary
 java.lang.String getConnectionName()
           
 
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

InvalidConnectionException

public InvalidConnectionException(java.lang.String connection)
Constructs an InvalidConnectionException with the specified detail message.

Parameters:
connection - the connection
Method Detail

getConnectionName

public java.lang.String getConnectionName()