Package com.streambase.liveview.client
Class LiveViewConnectionCanceledException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.streambase.sb.StreamBaseException
com.streambase.liveview.client.LiveViewException
com.streambase.liveview.client.LiveViewConnectionCanceledException
- All Implemented Interfaces:
com.streambase.sb.util.LocatedItem
,Serializable
Exception throws when the LiveView connection call is cancelled by the client
- See Also:
-
Constructor Summary
ConstructorDescriptionLiveViewConnectionCanceledException
(int code, String message) LiveViewConnectionCanceledException
(LiveViewExceptionType type, Object... params) LiveViewConnectionCanceledException
(LiveViewExceptionType type, Throwable cause, Object... params) -
Method Summary
Methods inherited from class com.streambase.liveview.client.LiveViewException
getErrorCode, getErrorType
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
-
LiveViewConnectionCanceledException
-
LiveViewConnectionCanceledException
public LiveViewConnectionCanceledException(LiveViewExceptionType type, Throwable cause, Object... params) -
LiveViewConnectionCanceledException
-