org.davic.net.tuning
Class NotTunedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.davic.net.tuning.NetworkInterfaceException
              extended by org.davic.net.tuning.NotTunedException
All Implemented Interfaces:
java.io.Serializable

public class NotTunedException
extends NetworkInterfaceException

This exception is raised when a method that requires access to a transport stream is called on a network interface that is not tuned to any transport stream.

See Also:
Serialized Form

Constructor Summary
NotTunedException()
          Default constructor for the exception
NotTunedException(java.lang.String reason)
          Constructor for the exception with a specified reason
 
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

NotTunedException

public NotTunedException()
Default constructor for the exception


NotTunedException

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

Parameters:
reason - the reason why the exception was raised