public class EventException extends RuntimeException
| Modifier and Type | Field and Description |
|---|---|
short |
code |
static short |
DISPATCH_REQUEST_ERR |
static short |
UNSPECIFIED_EVENT_TYPE_ERR |
| Constructor and Description |
|---|
EventException(short code,
String message) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic static final short UNSPECIFIED_EVENT_TYPE_ERR
public static final short DISPATCH_REQUEST_ERR
public short code
public EventException(short code,
String message)
Copyright © 2016. All Rights Reserved.