Package com.ibm.jakarta.connector2.cics
Class CICSTxnAbendException
java.lang.Object
java.lang.Throwable
java.lang.Exception
jakarta.resource.ResourceException
com.ibm.jakarta.connector2.cics.CICSTxnAbendException
- All Implemented Interfaces:
Serializable
public class CICSTxnAbendException
extends jakarta.resource.ResourceException
This exception is thrown if the CICS transaction has ended abnormally (abended).
The abend code is included in the exception message.
-
Field Summary
Fields -
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:
-