com.microfocus.cics.client.MalformedResponseException
MalformedResponseException() |
Construct an instance of MalformedResponseException |
MalformedResponseException(String malformedMessage) |
Construct an instance of MalformedResponseException with a malformedMessage |
Method Summary | |
---|---|
String | getMalformedMessage()
Get the malformed message |
AbendCodeType | setMalformedMessageType(String, malformedMessage)
Set the malformed message |
Methods inherited from class java.lang.Throwable |
---|
addSupressed, fillInStackTrace>, getCause, getLocalizedMessage, getMessage, getStackTrace, getSupressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
public MalformedResponseException()
Construct an instance of MalformedResponseException
MalformedResponseException(String malformedMessage)
Construct an instance of MalformedResponseException with a malformedMessage
malformedMessage | The malformed message |