Package com.ibm.websphere.ce.cm
Class ObjectClosedException
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.ObjectClosedException
- All Implemented Interfaces:
Serializable,Iterable<Throwable>
A subclass of StaleConnectionException. An ObjectClosedException is thrown when
attempting to use a JDBC resource that is closed.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionObjectClosedException(String reason) ObjectClosedException(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
-
ObjectClosedException
-
ObjectClosedException
-
ObjectClosedException
public ObjectClosedException()
-