Package com.streambase.liveview.client
Class LiveViewException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.streambase.sb.StreamBaseException
com.streambase.liveview.client.LiveViewException
- All Implemented Interfaces:
com.streambase.sb.util.LocatedItem
,Serializable
- Direct Known Subclasses:
LiveViewConnectionCanceledException
,LiveViewQuerySyntaxException
An exception thrown by the LiveView Server
- See Also:
-
Constructor Summary
ConstructorDescriptionLiveViewException
(int code, String msg) LiveViewException
(LiveViewExceptionType type, Object[] params) LiveViewException
(LiveViewExceptionType type, Throwable cause, Object... params) -
Method Summary
Modifier and TypeMethodDescriptionfinal int
Error code provided by the serverfinal LiveViewExceptionType
Methods inherited from class com.streambase.sb.StreamBaseException
asXmlStringSingle, asXmlStringStrict, asXmlStringStrict, equals, getParams, hashCode
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
LiveViewException
-
LiveViewException
-
LiveViewException
-
-
Method Details
-
getErrorCode
public final int getErrorCode()Error code provided by the server- Returns:
- error code
-
getErrorType
-