public class LiveViewException extends StreamBaseException
Constructor and Description |
---|
LiveViewException(int code,
java.lang.String msg) |
LiveViewException(LiveViewExceptionType type,
java.lang.Object[] params) |
LiveViewException(LiveViewExceptionType type,
java.lang.Throwable cause,
java.lang.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, java.lang.Object[] params)
public LiveViewException(LiveViewExceptionType type, java.lang.Throwable cause, java.lang.Object... params)
public LiveViewException(int code, java.lang.String msg)
public final int getErrorCode()
public final LiveViewExceptionType getErrorType()