org.ocap.shared.media
Class TimeLineInvalidException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.ocap.shared.media.TimeLineInvalidException
All Implemented Interfaces:
java.io.Serializable

public class TimeLineInvalidException
extends java.lang.Exception

This exception is returned when a time line is no longer valid in a the piece of content for which it was obtained. For example, the piece of content is a time shift recording and the end of the time line is no longer within the buffer.

See Also:
Serialized Form

Constructor Summary
TimeLineInvalidException()
          Constructs a TimeLineInvalidException with no detail message
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TimeLineInvalidException

public TimeLineInvalidException()
Constructs a TimeLineInvalidException with no detail message