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