com.ibm.cics.server

Class AbendError

  • All Implemented Interfaces:
    java.io.Serializable

    Deprecated. 
    This class will be removed in a future release of CICS (since @5.3 SERVICE-RELEASE)

    @Deprecated
    public class AbendError
    extends CicsError

    Class for an "unhandleable" CICS ABEND.

    See Also:
    Serialized Form
    Since CICS TS version:
    1.3
    Since package version:
    1.0
    • Method Summary

      All Methods Instance Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method and Description
      java.lang.String getABCODE()
      Deprecated. 
      Return the particular ABEND code associated with an AbendError.
      • 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
    • Method Detail

      • getABCODE

        public java.lang.String getABCODE()
        Deprecated. 
        Return the particular ABEND code associated with an AbendError.
        Returns:
        The string that corresponds to the ABEND code.
        Since CICS TS version:
        1.3
        Since package version:
        1.0