org.dvb.dsmcc
Class ServerDeliveryException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.dvb.dsmcc.DSMCCException
org.dvb.dsmcc.ServerDeliveryException
- All Implemented Interfaces:
- Serializable
public class ServerDeliveryException
- extends DSMCCException
A ServerDeliveryException is thrown when the local machine can not
communicate with the server. This exception is only used with files implemented by
delivery over a bi-directional IP connection. For
the object carousel the MPEGDeliveryException
is used instead.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ServerDeliveryException
public ServerDeliveryException()
- Construct a ServerDeliveryException with no detail message
ServerDeliveryException
public ServerDeliveryException(String s)
- Construct a ServerDeliveryException with the specified detail message
- Parameters:
s
- the detail message