org.davic.net.tuning
Class StreamNotFoundException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.davic.net.tuning.NetworkInterfaceException
              extended byorg.davic.net.tuning.StreamNotFoundException
All Implemented Interfaces:
java.io.Serializable

public class StreamNotFoundException
extends NetworkInterfaceException

This exception is raised when a reference to a transport stream from a Locator can not be resolved because the transport stream does not exist in the database of known transport streams.

See Also:
Serialized Form

Constructor Summary
StreamNotFoundException()
          Default constructor for the exception
StreamNotFoundException(java.lang.String reason)
          Constructor for the exception with a specified reason
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

StreamNotFoundException

public StreamNotFoundException()
Default constructor for the exception


StreamNotFoundException

public StreamNotFoundException(java.lang.String reason)
Constructor for the exception with a specified reason

Parameters:
reason - the reason why the exception was raised