org.dvb.dsmcc
Class ServerDeliveryException

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.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
 
Method Summary
 
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