public class UpdateExceptionEvent<K,V> extends java.lang.Object implements UpdateEvent, DataChangeExceptionEvent
Constructor and Description |
---|
UpdateExceptionEvent(K key,
V value,
java.lang.Exception exception) |
Modifier and Type | Method and Description |
---|---|
java.lang.Exception |
getException() |
K |
getKey() |
V |
getValue() |