public class WriteBreakException extends CicsResponseConditionException
Class that represents the CICS WRBRK condition.
Constructor and Description |
---|
WriteBreakException(java.lang.String message,
int resp2,
byte[] responseCode,
java.lang.Throwable cause)
Constructor to be used when an WRBRK is detected in Java code
and a useful message can be supplied.
|
getResponseCode
getMessage, getRESP, getRESP2
setRootCause
public WriteBreakException(java.lang.String message, int resp2, byte[] responseCode, java.lang.Throwable cause)
message
- a description of the problemresp2
- the reason coderesponseCode
- An optional response codecause
- The optional original cause of this error.