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
See Also:
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
- public PCFException(int compCode,
- int reason,
- java.lang.Object source)