com.ibm.mq.headers.pcf
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:
- java.io.Serializable
public class PCFException extends MQDataException
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:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class com.ibm.mq.headers.MQDataException
completionCode, exceptionSource, log, reasonCode
-
-
Constructor Summary
Constructors Constructor and Description PCFException(int compCode, int reason, java.lang.Object source)
-
Method Summary
-
Methods inherited from class com.ibm.mq.headers.MQDataException
getCompCode, getErrorCode, getMessage, getReason
-
-