com.gargoylesoftware.base.resource.jdbc
Class AlreadyClosedException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.sql.SQLException
              extended bycom.gargoylesoftware.base.resource.jdbc.AlreadyClosedException
All Implemented Interfaces:
Serializable

public class AlreadyClosedException
extends SQLException

Thrown if the close() method is called on an object that is already closed

Version:
$Revision: 1.5 $
Author:
Mike Bowler
See Also:
Serialized Form

Constructor Summary
AlreadyClosedException(String message)
          Create an exception
 
Methods inherited from class java.sql.SQLException
getErrorCode, getNextException, getSQLState, setNextException
 
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

AlreadyClosedException

public AlreadyClosedException(String message)
Create an exception

Parameters:
message - The text of the message


Copyright © 1998-2005 Gargoyle Software Inc.. All Rights Reserved.