org.dvb.dsmcc
Class DSMCCException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by org.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
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, 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