|
Java TV(tm) API 1.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.lang.Throwable | +--java.lang.Exception | +--javax.tv.service.selection.ServiceContextException | +--javax.tv.service.selection.InsufficientResourcesException
InsufficientResourcesException
is generated when
sufficient resources for an operation are not available.
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 |
public InsufficientResourcesException()
InsufficientResourcesException
with no
detail message.public InsufficientResourcesException(java.lang.String s)
InsufficientResourcesException
with a
detail message.s
- The detail message.
|
Java TV(tm) API 1.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |