com.ibm.cics.server
Class AbendError

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

public class AbendError
extends CicsError

Class for an "unhandleable" CICS ABEND.

Version:
1.2
Author:
John Colgrave
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.