org.dvb.dsmcc
Class MPEGDeliveryException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.dvb.dsmcc.DSMCCException
org.dvb.dsmcc.MPEGDeliveryException
- All Implemented Interfaces:
- 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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
MPEGDeliveryException
public MPEGDeliveryException()
- Construct an MPEGDeliveryException with no detail message
MPEGDeliveryException
public MPEGDeliveryException(String s)
- Construct an MPEGDeliveryException with the specified detail message
- Parameters:
s
- the detail message