Class PipelineMismatchException

All Implemented Interfaces:
Serializable

public class PipelineMismatchException extends CicsException

An incorrect pipeline mode has been used.

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

    • PipelineMismatchException

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