org.davic.net.tuning
Class NotTunedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.davic.net.tuning.NetworkInterfaceException
org.davic.net.tuning.NotTunedException
- All Implemented Interfaces:
- 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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
NotTunedException
public NotTunedException()
- Default constructor for the exception
NotTunedException
public NotTunedException(String reason)
- Constructor for the exception with a specified reason
- Parameters:
reason
- the reason why the exception was raised