Package com.ibm.cics.server
Class PipelineMismatchException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.ibm.cics.server.CicsException
com.ibm.cics.server.PipelineMismatchException
- All Implemented Interfaces:
Serializable
An incorrect pipeline mode has been used.
- See Also:
- Since CICS TS version:
- 4.1
-
Constructor Summary
ConstructorsConstructorDescriptionPipelineMismatchException(String s, Throwable cause) Constructor to be used when a PipelineMismatchException is detected. -
Method Summary
Methods inherited from class com.ibm.cics.server.CicsException
setRootCauseMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
PipelineMismatchException
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 problemcause- The original reason for the failure- Since CICS TS version:
- 6.1
-