com.ibm.events.emitter
Class TransactionModeNotSupportedException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.ibm.events.EventsException
              extended bycom.ibm.events.emitter.EmitterException
                  extended bycom.ibm.events.emitter.TransactionModeNotSupportedException
All Implemented Interfaces:
java.io.Serializable

public class TransactionModeNotSupportedException
extends EmitterException

Indicates that the caller attempted to use a transaction mode that is not supported by the emitter.

Since:
5.1.0
Version:
1.10 2/10/05
See Also:
Emitter, TransactionMode, Serialized Form

Constructor Summary
TransactionModeNotSupportedException(int transactionMode, java.lang.String expectedValues)
          Constructs a TransactionModeNotSupportedException that contains a message indicating that the transaction mode that was mode either configured by an administrator or selected by an event source is not valid.
 
Methods inherited from class com.ibm.events.EventsException
getCause, getFile, getKey, getLocalizedMessage, getLocalizedMessage, getMessage, getParms, initCause, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TransactionModeNotSupportedException

public TransactionModeNotSupportedException(int transactionMode,
                                            java.lang.String expectedValues)
Constructs a TransactionModeNotSupportedException that contains a message indicating that the transaction mode that was mode either configured by an administrator or selected by an event source is not valid.

Parameters:
transactionMode - The transaction mode value that was not valid.
expectedValues - The list of valid transaction mode values.