|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.io.IOException
org.dvb.dsmcc.DSMCCException
org.dvb.dsmcc.ServerDeliveryException
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.
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 |
public ServerDeliveryException()
public ServerDeliveryException(java.lang.String s)
s
- the detail message
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |