javax.tv.service
Class SIException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by 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.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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.