public class NotSupportedException extends CicsException
The request is not supported.
Constructor and Description |
---|
NotSupportedException(java.lang.String s,
java.lang.Throwable cause)
Constructor to be used when a NotSupportedException is detected.
|
setRootCause
public NotSupportedException(java.lang.String s, java.lang.Throwable cause)
s
- a description of the problemcause
- The original reason for the failure