Class AlreadyClosedException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.sql.SQLException
com.gargoylesoftware.base.resource.jdbc.AlreadyClosedException
All Implemented Interfaces:
Serializable, Iterable<Throwable>

public class AlreadyClosedException extends SQLException
Thrown if the close() method is called on an object that is already closed
Version:
$Revision: 1.4 $
See Also:
  • Field Details

  • Constructor Details

    • AlreadyClosedException

      public AlreadyClosedException(String message)
      Create an exception
      Parameters:
      message - The text of the message