javax.tv.util
Class TVTimerScheduleFailedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by javax.tv.util.TVTimerScheduleFailedException
All Implemented Interfaces:
Serializable

public class TVTimerScheduleFailedException
extends Exception

An exception thrown by the TVTimer.schedule() method when a timer specification cannot be met.

See Also:
Serialized Form

Constructor Summary
TVTimerScheduleFailedException()
          Constructs a TVTimerScheduleFailedException with null as its error detail message.
TVTimerScheduleFailedException(String s)
          Constructs a TVTimerScheduleFailedException with the specified 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

TVTimerScheduleFailedException

public TVTimerScheduleFailedException()
Constructs a TVTimerScheduleFailedException with null as its error detail message.


TVTimerScheduleFailedException

public TVTimerScheduleFailedException(String s)
Constructs a TVTimerScheduleFailedException with the specified detail message. The error message string s can later be retrieved by java.lang.Throwable.getMessage() method.

Parameters:
s - The detail message.