|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.lang.Throwable | +--java.lang.Exception | +--com.ibm.events.EventsException | +--com.ibm.events.emitter.EmitterException | +--com.ibm.events.emitter.TransactionModeNotSupportedException
Indicates that the caller attempted to use a transaction mode that is not supported by the emitter.
Emitter
,
TransactionMode
, Serialized FormConstructor 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, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public TransactionModeNotSupportedException(int transactionMode, java.lang.String expectedValues)
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.transactionMode
- The transaction mode value that was not valid.expectedValues
- The list of valid transaction mode values.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |