Websphere MQ Everyplace

com.ibm.mqe.transaction
Class InvalidStateException

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

public class InvalidStateException
extends MQeTransactionException

This exception is thrown if a transaction resource is not in an appropriate state for the requested operation. For example, this exception will be thrown if there is an attempt to commit an inactive transaction.

See Also:
Serialized Form

Constructor Summary
InvalidStateException(java.lang.String s)
          Constructs an IllegalStateException with the specified reason.
 
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

InvalidStateException

public InvalidStateException(java.lang.String s)
Constructs an IllegalStateException with the specified reason.


Websphere MQ Everyplace