Class AbendException

Indicates that the server reported a CICS abend.
java.lang.Object

extended byjava.lang.Throwable

extended byjava.lang.Exception

extended bycom.microfocus.cics.client.AbendException

All Implemented Interfaces

Serializable

Class Specifications

public class AbendException

extends Exception

See Also:

Serialized Form

Constructor Summary

AbendException()

Construct an instance of AbendException

AbendException(String abendCode)

Construct an instance of AbendException with an abendCode from the server

AbendException(String abendCode, AbendCodeType abendCodeType)

Construct an instance of AbendException with an abendCode and abendCodeType

Methods

Method Summary
String getAbendCode()

Get the abend code

AbendCodeType getAbendCodeType()

Get the abend code type

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait

Constructor Detail

AbendException
public AbendException()

Construct an instance of AbendException

AbendException
AbendException(String abendCode)

Construct an instance of AbendException with an abendCode from the server

Parameters:
abendCode The abendCode
AbendException
AbendException(String abendCode, 
       AbendCodeType abendCodeType)

Construct an instance of AbendException with an abendCode and abendCodeType

Parameters:
abendCode The abendCode
abendCodeType The abendCodeType

Method Detail

getAbendCode
public String getAbendCode()
Get the abend code
Returns:
The abend code.
getAbendCodeType
public AbendCodeType getAbendCodeType
Get the abend code type
Returns:
The abend code type.