Websphere MQ Everyplace

com.ibm.mqe.transaction
Class MQeTransactionManagerException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.ibm.mqe.transaction.MQeTransactionException
                    |
                    +--com.ibm.mqe.transaction.MQeTransactionManagerException
All Implemented Interfaces:
java.io.Serializable

public class MQeTransactionManagerException
extends MQeTransactionException

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.

See Also:
Serialized Form

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

MQeTransactionManagerException

public MQeTransactionManagerException(java.lang.String s)
Create a new instance of MQeTransactionManagerException with the supplied message.


Websphere MQ Everyplace