public class NonHttpDataException
extends java.lang.Exception
This exception is produced when the java program has called HttpRequest method getContent() which invokes CICS API command WEB RECEIVE and the data returned from the command is of type NONHTTP.
Constructor and Description |
---|
NonHttpDataException(java.lang.String s,
java.lang.Throwable cause)
Constructor to be used when a NonHttpDataException is detected.
|
public NonHttpDataException(java.lang.String s, java.lang.Throwable cause)
s
- a description of the problemcause
- The original reason for the failure