public class InvalidUserIdException extends CicsResponseConditionException
Constructor and Description |
---|
InvalidUserIdException(java.lang.String message,
int resp2,
byte[] responseCode,
java.lang.Throwable cause)
Constructor to be used when an USERIDERR is detected in Java code
and a useful message can be supplied.
|
getResponseCode
getMessage, getRESP, getRESP2
setRootCause
public InvalidUserIdException(java.lang.String message, int resp2, byte[] responseCode, java.lang.Throwable cause)
message
- a description of the problemresp2
- the reason coderesponseCode
- a response code.cause
- the original cause of this exception.