Class StatementClosedException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.sql.SQLException
org.postgresql.pljava.jdbc.StatementClosedException
All Implemented Interfaces:
Serializable, Iterable<Throwable>

public class StatementClosedException extends SQLException
An SQLException specific to the case of attempted use of a Statement that has been closed.
Author:
Thomas Hallgren
See Also:
  • Field Details

  • Constructor Details

    • StatementClosedException

      public StatementClosedException()