IBM WebSphere Application ServerTM
Release 7

com.ibm.wsspi.wsrm.exceptions
Class WSRMTransactionInUseException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.ibm.wsspi.wsrm.exceptions.WSRMTransactionInUseException
All Implemented Interfaces:
java.io.Serializable

public class WSRMTransactionInUseException
extends java.lang.Exception

The WSRMTransactionInUseException exception is thrown when an update has occurred to a WS-ReliableMessaging Sequence but the owning transaction has not been committed.

See Also:
Serialized Form

Constructor Summary
WSRMTransactionInUseException(java.lang.String formattedMessage)
           
 
Method Summary
 
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

WSRMTransactionInUseException

public WSRMTransactionInUseException(java.lang.String formattedMessage)

IBM WebSphere Application ServerTM
Release 7