org.dvb.dsmcc
Class UnknownEventException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by org.dvb.dsmcc.DSMCCException
                  extended by org.dvb.dsmcc.UnknownEventException
All Implemented Interfaces:
java.io.Serializable

public class UnknownEventException
extends DSMCCException

The 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.

See Also:
Serialized Form

Constructor Summary
UnknownEventException()
          Construct an UnknownEventException with no detail message
UnknownEventException(java.lang.String s)
          Construct an UnknownEventException with the specified detail message
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UnknownEventException

public UnknownEventException()
Construct an UnknownEventException with no detail message


UnknownEventException

public UnknownEventException(java.lang.String s)
Construct an UnknownEventException with the specified detail message

Parameters:
s - the detail message