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:
java.io.Serializable
,java.lang.Iterable<java.lang.Throwable>
public class ObjectClosedException extends StaleConnectionException
A subclass of StaleConnectionException. An ObjectClosedException is thrown when attempting to use a JDBC resource that is closed.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ObjectClosedException()
ObjectClosedException(java.lang.String reason)
ObjectClosedException(java.sql.SQLException nativeException)
-
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
-
-