org.postgresql.pljava.jdbc
Class StatementClosedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.sql.SQLException
              extended by org.postgresql.pljava.jdbc.StatementClosedException
All Implemented Interfaces:
Serializable

public class StatementClosedException
extends SQLException

Author:
Thomas Hallgren
See Also:
Serialized Form

Field Summary
static String INVALID_SQL_STATEMENT_NAME
           
 
Constructor Summary
StatementClosedException()
           
 
Method Summary
 
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
 

Field Detail

INVALID_SQL_STATEMENT_NAME

public static final String INVALID_SQL_STATEMENT_NAME
See Also:
Constant Field Values
Constructor Detail

StatementClosedException

public StatementClosedException()