public final class PollFailureEvent extends AbstractDataLoaderErrorEvent<PollFailureEvent.Handler>
| Modifier and Type | Class and Description |
|---|---|
static interface |
PollFailureEvent.Handler |
| Modifier and Type | Field and Description |
|---|---|
static <any> |
TYPE |
| Constructor and Description |
|---|
PollFailureEvent(java.lang.String systemKey,
java.lang.Throwable throwable) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
dispatch(PollFailureEvent.Handler handler) |
<any> |
getAssociatedType() |
java.lang.String |
toDebugString() |
java.lang.String |
toString() |
getThrowablegetSystemKeypublic PollFailureEvent(@Nonnull
java.lang.String systemKey,
@Nonnull
java.lang.Throwable throwable)
public <any> getAssociatedType()
protected void dispatch(PollFailureEvent.Handler handler)
public java.lang.String toDebugString()
public java.lang.String toString()