Class PCFException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.ibm.mq.headers.MQDataException
com.ibm.mq.headers.pcf.PCFException
- All Implemented Interfaces:
Serializable
A PCFException is a subclass of MQDataException. It is thrown when a PCF response is received
successfully but the MQCFH header in the response indicates an error. By catching PCFExceptions
separately from MQDataExceptions, an application can differentiate between 'mechanical' MQSeries
error conditions and PCF processing errors.
- See Also:
-
Field Summary
Fields inherited from class MQDataException
completionCode, exceptionSource, log, reasonCode -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class MQDataException
getCompCode, getErrorCode, getMessage, getReasonMethods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
PCFException
- Parameters:
compCode- MQ completion codereason- MQ reason codesource- the PCF response object containing an error
-