Package com.ibm.websphere.ce.cm
Class StaleStatementException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.sql.SQLException
com.ibm.websphere.ce.cm.PortableSQLException
com.ibm.websphere.ce.cm.StaleConnectionException
com.ibm.websphere.ce.cm.StaleStatementException
- All Implemented Interfaces:
Serializable,Iterable<Throwable>
StaleStatementException is a special type of StaleConnectionException, used internally,
which signals that all cached statements are bad and should be destroyed. Statements
currently in use are also bad and therefore the corresponding Connection is also marked
Stale.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionStaleStatementException(String reason) StaleStatementException(String reason, String state, int errCode) StaleStatementException(SQLException nativeException) -
Method Summary
Methods inherited from class java.sql.SQLException
getErrorCode, getNextException, getSQLState, iterator, setNextExceptionMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringMethods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface java.lang.Iterable
forEach, spliterator
-
Constructor Details
-
StaleStatementException
-
StaleStatementException
-
StaleStatementException
public StaleStatementException() -
StaleStatementException
-