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() |
asXmlStringSingle, asXmlStringStrict, asXmlStringStrict, equals, getParams, hashCode
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
getLocation
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()
Copyright © 2015–2019 Cloud Software Group, Inc.. All rights reserved.