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:
- Serializable
public class InsufficientResourcesException
- extends ServiceContextException
InsufficientResourcesException
is generated when
sufficient resources for an operation are not available.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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.