org.dvb.dsmcc
Class MPEGDeliveryException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.io.IOException
              extended byorg.dvb.dsmcc.DSMCCException
                  extended byorg.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
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, 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