Java TV(tm) API 1.0

javax.tv.service.selection
Class InsufficientResourcesException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--javax.tv.service.selection.ServiceContextException
                    |
                    +--javax.tv.service.selection.InsufficientResourcesException
All Implemented Interfaces:
java.io.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(java.lang.String s)
          Constructs an InsufficientResourcesException with a 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()
Constructs an InsufficientResourcesException with no detail message.

InsufficientResourcesException

public InsufficientResourcesException(java.lang.String s)
Constructs an InsufficientResourcesException with a detail message.
Parameters:
s - The detail message.

Java TV(tm) API 1.0

Copyright © 1998 - 2000 Sun Microsystems, Inc.