org.dvb.dsmcc
Class MPEGDeliveryException

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.MPEGDeliveryException
All Implemented Interfaces:
java.io.Serializable

public class MPEGDeliveryException
extends DSMCCException

An MPEGDEliveryException is thrown when an error (for instance, a time out or accessing the data would require tuning) occurs while loading data from an MPEG Stream.

See Also:
Serialized Form

Constructor Summary
MPEGDeliveryException()
          Construct an MPEGDeliveryException with no detail message
MPEGDeliveryException(java.lang.String s)
          Construct an MPEGDeliveryException 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

MPEGDeliveryException

public MPEGDeliveryException()
Construct an MPEGDeliveryException with no detail message


MPEGDeliveryException

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

Parameters:
s - the detail message