com.gargoylesoftware.base.resource.jdbc
Class AlreadyClosedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.sql.SQLException
com.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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
AlreadyClosedException
public AlreadyClosedException(String message)
- Create an exception
- Parameters:
message
- The text of the message
Copyright © 1998-2005 Gargoyle Software Inc.. All Rights Reserved.