Package com.streambase.liveview.client
Class NoSuchCapabilityException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.streambase.liveview.client.NoSuchCapabilityException
-
- All Implemented Interfaces:
Serializable
public class NoSuchCapabilityException extends Exception
Thrown byLiveViewConnection.getCapability(Class)
when a connected server does not support a particular capability.- See Also:
LiveViewServerCapability
, Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NoSuchCapabilityException()
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-