org.dvb.dsmcc
Class DSMCCException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.dvb.dsmcc.DSMCCException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- IllegalObjectTypeException, InsufficientResourcesException, InvalidAddressException, InvalidFormatException, InvalidPathNameException, MPEGDeliveryException, NotEntitledException, NothingToAbortException, NotLoadedException, ServerDeliveryException, ServiceXFRException, UnknownEventException
public class DSMCCException
- extends 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(String s)
Construct a DSMCCException with the specified detail message |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
DSMCCException
public DSMCCException()
- Construct a DSMCCException with no detail message
DSMCCException
public DSMCCException(String s)
- Construct a DSMCCException with the specified detail message
- Parameters:
s
- the detail message