Package com.ibm.websphere.ce.cm
Class StaleConnectionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.sql.SQLException
com.ibm.websphere.ce.cm.PortableSQLException
com.ibm.websphere.ce.cm.StaleConnectionException
- All Implemented Interfaces:
Serializable,Iterable<Throwable>
- Direct Known Subclasses:
ObjectClosedException,StaleStatementException
Indicates that the connection has somehow become damaged and should be
discarded (e.g. due to database crash or connectivity problem). Work
done on the connection has been (will be) lost, but the system may be
able to continue by obtaining a new connection and redoing the work.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionStaleConnectionException(String reason) StaleConnectionException(String reason, String state, int errCode) StaleConnectionException(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
-
StaleConnectionException
-
StaleConnectionException
-
StaleConnectionException
public StaleConnectionException() -
StaleConnectionException
-