Package org.postgresql.pljava.jdbc
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
AnSQLException
specific to the case of attempted use of aStatement
that has been closed.- Author:
- Thomas Hallgren
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static String
INVALID_SQL_STATEMENT_NAME
-
Constructor Summary
Constructors Constructor Description StatementClosedException()
-
Method Summary
-
Methods inherited from class java.sql.SQLException
getErrorCode, getNextException, getSQLState, iterator, setNextException
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
-
-
-
Field Detail
-
INVALID_SQL_STATEMENT_NAME
public static final String INVALID_SQL_STATEMENT_NAME
- See Also:
- Constant Field Values
-
-