com.ibm.cics.server
Class AbendError

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Error
          extended bycom.ibm.cics.server.CicsError
              extended bycom.ibm.cics.server.AbendError
All Implemented Interfaces:
java.io.Serializable

public class AbendError
extends CicsError

Class for an "unhandleable" CICS ABEND.

See Also:
Serialized Form

Method Summary
 java.lang.String getABCODE()
          Return the particular ABEND code associated with an AbendError.
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getABCODE

public java.lang.String getABCODE()
Return the particular ABEND code associated with an AbendError.

Returns:
The string that corresponds to the ABEND code.