Class NotSupportedException

All Implemented Interfaces:
Serializable

public class NotSupportedException extends CicsException

The request is not supported.

See Also:
Since CICS TS version:
4.1
  • Constructor Details

    • NotSupportedException

      public NotSupportedException(String s, Throwable cause)
      Constructor to be used when a NotSupportedException is detected. A useful message can be supplied, in addition to the original cause.
      Parameters:
      s - a description of the problem
      cause - The original reason for the failure
      Since CICS TS version:
      6.1