|
Websphere MQ Everyplace | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.lang.Throwable | +--java.lang.Exception | +--com.ibm.mqe.transaction.MQeTransactionException | +--com.ibm.mqe.transaction.MQeTransactionManagerException
This Exception is thrown whenever a problem occurs with the internal MQeTransactionManager. The exception will only be thrown when using the JMS API, but may be thrown for any type of JMS Session
It provides a string describing the error, and when appropriate a link to another exception. This linked exception is typically the result of a lower-level problem with WebSphere MQ Everyplace.
Constructor Summary | |
MQeTransactionManagerException(java.lang.String s)
Create a new instance of MQeTransactionManagerException
with the supplied message. |
Methods inherited from class com.ibm.mqe.transaction.MQeTransactionException |
getLinkedException, setLinkedException |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public MQeTransactionManagerException(java.lang.String s)
MQeTransactionManagerException
with the supplied message.
|
Websphere MQ Everyplace | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |