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, hashCode
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public 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()