com.ibm.connector2.cics

Class LocalTransactionNotStartedException

  • java.lang.Object
    • java.lang.Throwable
      • java.lang.Exception
        • javax.resource.ResourceException
          • javax.resource.spi.LocalTransactionException
            • com.ibm.connector2.cics.LocalTransactionNotStartedException
  • All Implemented Interfaces:
    java.io.Serializable


    public class LocalTransactionNotStartedException
    extends javax.resource.spi.LocalTransactionException
    This exception is thrown when the ECIManagedConnection attempts to end a transaction which has not been started
    • Method Summary

      • Methods inherited from class javax.resource.ResourceException

        getErrorCode, getLinkedException, setErrorCode, setLinkedException
      • Methods inherited from class java.lang.Throwable

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

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

      • LocalTransactionNotStartedException

        public LocalTransactionNotStartedException(java.lang.String reason,
                                           java.lang.String errorCode)
        Parameters:
        reason - a description of the exception
        errorCode - a string specifying the specific error code
©Copyright IBM Corp. 1994, 2012
Legal