|
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.InvalidStateException
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.
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 |
public InvalidStateException(java.lang.String s)
|
Websphere MQ Everyplace | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |