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