org.dvb.dsmcc
Class DSMCCException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.io.IOException
              extended byorg.dvb.dsmcc.DSMCCException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
IllegalObjectTypeException, InsufficientResourcesException, InvalidAddressException, InvalidFormatException, InvalidPathNameException, MPEGDeliveryException, NotEntitledException, NothingToAbortException, NotLoadedException, ServerDeliveryException, ServiceXFRException, UnknownEventException

public class DSMCCException
extends java.io.IOException

The DSMCCException is the root class of all DSMCC related exceptions

See Also:
Serialized Form

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

DSMCCException

public DSMCCException()
Construct a DSMCCException with no detail message


DSMCCException

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

Parameters:
s - the detail message