Package com.ibm.jakarta.connector2.cics
Class LocalTransactionNotStartedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
jakarta.resource.ResourceException
jakarta.resource.spi.LocalTransactionException
com.ibm.jakarta.connector2.cics.LocalTransactionNotStartedException
- All Implemented Interfaces:
Serializable
public class LocalTransactionNotStartedException
extends jakarta.resource.spi.LocalTransactionException
This exception is thrown when the ECIManagedConnection attempts to end a
transaction which has not been started
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class jakarta.resource.ResourceException
getErrorCode, getLinkedException, getMessage, setErrorCode, setLinkedException
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
CLASS_VERSION
- See Also:
-
-
Constructor Details
-
LocalTransactionNotStartedException
- Parameters:
reason
- a description of the exceptionerrorCode
- a string specifying the specific error code
-