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:
LocatedItem
,Serializable
public final class LiveViewConnectionCanceledException extends LiveViewException
Exception throws when the LiveView connection call is cancelled by the client- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description LiveViewConnectionCanceledException(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 Detail
-
LiveViewConnectionCanceledException
public LiveViewConnectionCanceledException(LiveViewExceptionType type, Object... params)
-
LiveViewConnectionCanceledException
public LiveViewConnectionCanceledException(LiveViewExceptionType type, Throwable cause, Object... params)
-
LiveViewConnectionCanceledException
public LiveViewConnectionCanceledException(int code, String message)
-
-