org.dvb.dsmcc
Class ServerDeliveryException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.io.IOException
              extended byorg.dvb.dsmcc.DSMCCException
                  extended byorg.dvb.dsmcc.ServerDeliveryException
All Implemented Interfaces:
java.io.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

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

ServerDeliveryException

public ServerDeliveryException()
Construct a ServerDeliveryException with no detail message


ServerDeliveryException

public ServerDeliveryException(java.lang.String s)
Construct a ServerDeliveryException with the specified detail message

Parameters:
s - the detail message