|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.ibm.events.EventsException
com.ibm.events.emitter.EmitterException
com.ibm.events.emitter.SynchronizationModeNotSupportedException
Indicates that the caller attempted to use a synchronization mode that is not supported by the emitter.
Emitter
,
SynchronizationMode
,
Serialized FormConstructor Summary | |
---|---|
SynchronizationModeNotSupportedException(int synchronizationMode,
java.lang.String expectedValues)
Constructs a SynchronizationModeNotSupportedException that contains a message
indicating that the synchronization 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 |
public SynchronizationModeNotSupportedException(int synchronizationMode, java.lang.String expectedValues)
SynchronizationModeNotSupportedException
that contains a message
indicating that the synchronization mode that was mode either configured
by an administrator or selected by an event source is not valid.
synchronizationMode
- The synchronization mode value that was not valid.expectedValues
- The list of valid synchronization mode values.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |