org.dvb.dsmcc
Class InsufficientResourcesException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.dvb.dsmcc.DSMCCException
org.dvb.dsmcc.InsufficientResourcesException
- All Implemented Interfaces:
- Serializable
public class InsufficientResourcesException
- extends DSMCCException
This exception gets thrown when a request to perform a DSMCC related operation
cannot be completed due to resource limitations.
For example, no section filters or system
timers may be available.
- Since:
- MHP 1.0.1
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
InsufficientResourcesException
public InsufficientResourcesException()
- Construct an InsufficientResourcesException with no detail message
InsufficientResourcesException
public InsufficientResourcesException(String message)
- Construct an InsufficientResourcesException with the specified detail message
- Parameters:
message
- the message for the exception