public class TransactionModeNotSupportedException extends EmitterException
Emitter
,
TransactionMode
,
Serialized FormConstructor and Description |
---|
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. |
getCause, getFile, getKey, getLocalizedMessage, getLocalizedMessage, getMessage, getParms, initCause, printStackTrace, printStackTrace, printStackTrace
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.