public abstract class NotifierException extends RuntimeException
| Modifier and Type | Field and Description |
|---|---|
static int |
BAD_SERVER_ADDRESS |
static int |
CONNECTION_ERROR |
static int |
CONNECTION_TIMEOUT |
static int |
JSON_ENCODING_ERROR |
static int |
MARSHALING_ERROR |
static int |
MULTIPLE_CONFIG_FILE |
static int |
NO_APP_KEY |
static int |
NO_CONFIG_FILE |
static int |
NO_RESPONSE |
static int |
NO_URI |
static int |
READ_ERROR |
static int |
READ_TIMEOUT |
static int |
UNKNOWN_ERROR |
static int |
UNKNOWN_PROTOCOL |
static int |
UNSUPPORTED_UTF8 |
static int |
URL_ENCODING_ERROR |
static int |
WRITE_ERROR |
| Constructor and Description |
|---|
NotifierException() |
NotifierException(String message) |
NotifierException(String message,
Throwable cause) |
NotifierException(Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
abstract int |
getErrorCode() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic static final int BAD_SERVER_ADDRESS
public static final int CONNECTION_ERROR
public static final int CONNECTION_TIMEOUT
public static final int JSON_ENCODING_ERROR
public static final int MARSHALING_ERROR
public static final int NO_RESPONSE
public static final int NO_URI
public static final int READ_ERROR
public static final int READ_TIMEOUT
public static final int UNKNOWN_ERROR
public static final int UNKNOWN_PROTOCOL
public static final int UNSUPPORTED_UTF8
public static final int URL_ENCODING_ERROR
public static final int WRITE_ERROR
public static final int NO_CONFIG_FILE
public static final int MULTIPLE_CONFIG_FILE
public static final int NO_APP_KEY
Copyright © 2014. All rights reserved.