Java TV(tm) API 1.0

javax.tv.media.protocol
Class DataLostException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.io.IOException
                    |
                    +--javax.tv.media.protocol.DataLostException
All Implemented Interfaces:
java.io.Serializable

public class DataLostException
extends java.io.IOException

Signals that streaming data has been lost.

See Also:
Serialized Form

Constructor Summary
DataLostException()
          Constructs the exception with no detail message.
DataLostException(java.lang.String reason)
          Constructs the exception with the given detail message.
 
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

DataLostException

public DataLostException()
Constructs the exception with no detail message.

DataLostException

public DataLostException(java.lang.String reason)
Constructs the exception with the given detail message.
Parameters:
reason - The reason for the exception.

Java TV(tm) API 1.0

Copyright © 1998 - 2000 Sun Microsystems, Inc.