org.dvb.dsmcc
Class InsufficientResourcesException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by org.dvb.dsmcc.DSMCCException
                  extended by org.dvb.dsmcc.InsufficientResourcesException
All Implemented Interfaces:
java.io.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

Constructor Summary
InsufficientResourcesException()
          Construct an InsufficientResourcesException with no detail message
InsufficientResourcesException(java.lang.String message)
          Construct an InsufficientResourcesException with the specified detail message
 
Method Summary
 
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

InsufficientResourcesException

public InsufficientResourcesException()
Construct an InsufficientResourcesException with no detail message


InsufficientResourcesException

public InsufficientResourcesException(java.lang.String message)
Construct an InsufficientResourcesException with the specified detail message

Parameters:
message - the message for the exception