org.dvb.dsmcc
Class InsufficientResourcesException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.io.IOException
              extended byorg.dvb.dsmcc.DSMCCException
                  extended byorg.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
 
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