javax.tv.service.selection
Class ServiceContextException
java.lang.Object
java.lang.Throwable
java.lang.Exception
javax.tv.service.selection.ServiceContextException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- InsufficientResourcesException, InvalidServiceComponentException
public class ServiceContextException
- extends Exception
The base class for exceptions related to service contexts.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ServiceContextException
public ServiceContextException()
- Constructs a
ServiceContextException
with no detail message.
ServiceContextException
public ServiceContextException(String reason)
- Constructs a
ServiceContextException
with a detail message.
- Parameters:
reason
- The reason this exception was thrown.