javax.tv.service.selection
Class InsufficientResourcesException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by javax.tv.service.selection.ServiceContextException
              extended by javax.tv.service.selection.InsufficientResourcesException
All Implemented Interfaces:
Serializable

public class InsufficientResourcesException
extends ServiceContextException

InsufficientResourcesException is generated when sufficient resources for an operation are not available.

See Also:
Serialized Form

Constructor Summary
InsufficientResourcesException()
          Constructs an InsufficientResourcesException with no detail message.
InsufficientResourcesException(String s)
          Constructs an InsufficientResourcesException with a 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

InsufficientResourcesException

public InsufficientResourcesException()
Constructs an InsufficientResourcesException with no detail message.


InsufficientResourcesException

public InsufficientResourcesException(String s)
Constructs an InsufficientResourcesException with a detail message.

Parameters:
s - The detail message.