Class MalformedResponseException

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

extended byjava.lang.Throwable

extended byjava.lang.Exception

extended bycom.microfocus.cics.client.MalformedResponseException

All Implemented Interfaces

Serializable

Class Specifications

public class MalformedResponseException

extends Exception

See Also:

Serialized Form

Constructor Summary

MalformedResponseException()

Construct an instance of MalformedResponseException

MalformedResponseException(String malformedMessage)

Construct an instance of MalformedResponseException with a malformedMessage

Methods

Method Summary
String getMalformedMessage()

Get the malformed message

AbendCodeType setMalformedMessageType(String, malformedMessage)

Set the malformed message

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

Constructor Detail

MalformedResponseException
public MalformedResponseException()

Construct an instance of MalformedResponseException

MalformedResponseException
MalformedResponseException(String malformedMessage)

Construct an instance of MalformedResponseException with a malformedMessage

Parameters:
malformedMessage The malformed message

Method Detail

getMalformedMessage
public String getMalformedMessage()

Get the malformed message

Returns:
The malformed message
setMalformedMessage
public void setMalformedMessageType(String, malformedMessage)

Set the malformed message

Parameters:
malformedMessage The malformed message