public class UnknownEventException extends DSMCCException
UnknownEventException
is thrown when a method tries to access to
an unknown event.
This exception may get thrown because the event in question is not being signalled yet.
It does not indicate that the event is permanently unavailable.
Applications may choose to attempt to subscribe to the event again at a later point in
time in the expectation that the event has become available since the previous attempt.Constructor and Description |
---|
UnknownEventException()
Construct an UnknownEventException with no detail message
|
UnknownEventException(String s)
Construct an UnknownEventException with the specified detail message
|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public UnknownEventException()
public UnknownEventException(String s)
s
- the detail messageCopyright © 2013 CableLabs. All Rights Reserved.