Class IncompatiblePipelineException

All Implemented Interfaces:
Serializable

public class IncompatiblePipelineException extends CicsException

An incompatible handler is configured in the pipeline.

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

    • IncompatiblePipelineException

      public IncompatiblePipelineException(String s, Throwable cause)
      Constructor to be used when a IncompatiblePipelineException 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