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
      • Methods inherited from class java.lang.Throwable

        fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • AS400JDBCTransientException

        public AS400JDBCTransientException(java.lang.String message,
                                   java.lang.String sqlState,
                                   int vendorCode)