com.ibm.as400.access
Class AS400JDBCTransientException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.sql.SQLException
-
- com.ibm.as400.access.AS400JDBCTransientException
-
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Iterable<java.lang.Throwable>
public class AS400JDBCTransientException extends java.sql.SQLException
The AS400JDBCTransientException is the JTOpen version of java.sql.SQLTransientException. Is it currently only used for handling EXC_CONNECTION_REESTABLISHED.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor and Description AS400JDBCTransientException(java.lang.String message, java.lang.String sqlState, int vendorCode)
-
Method Summary
-
Methods inherited from class java.sql.SQLException
getErrorCode, getNextException, getSQLState, iterator, setNextException
-
-