com.ibm.mq.headers.pcf

Class PCFException

  1. java.lang.Object
  2. extended byjava.lang.Throwable
  3. extended byjava.lang.Exception
  4. extended bycom.ibm.mq.headers.MQDataException
  5. extended bycom.ibm.mq.headers.pcf.PCFException
All implemented interfaces:
java.io.Serializable

  1. public class PCFException
  2. 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

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
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait

Constructor Detail

PCFException

  1. public PCFException(int compCode,
  2. int reason,
  3. java.lang.Object source)