public class LiveViewException extends StreamBaseException
| Constructor and Description |
|---|
LiveViewException(int code,
String msg) |
LiveViewException(LiveViewExceptionType type,
Object[] params) |
LiveViewException(LiveViewExceptionType type,
Throwable cause,
Object... params) |
| Modifier and Type | Method and Description |
|---|---|
int |
getErrorCode()
Error code provided by the server
|
LiveViewExceptionType |
getErrorType() |
equals, getParams, hashCodeaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic LiveViewException(LiveViewExceptionType type, Object[] params)
public LiveViewException(LiveViewExceptionType type, Throwable cause, Object... params)
public LiveViewException(int code,
String msg)
public final int getErrorCode()
public final LiveViewExceptionType getErrorType()