org.davic.net.tuning
Class NetworkInterfaceException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.davic.net.tuning.NetworkInterfaceException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- IncorrectLocatorException, NoFreeInterfaceException, NotOwnerException, NotTunedException, StreamNotFoundException
public class NetworkInterfaceException
- extends Exception
Base class for the NetworkInterfaceExceptions
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
NetworkInterfaceException
public NetworkInterfaceException()
- Default constructor for the exception
NetworkInterfaceException
public NetworkInterfaceException(String reason)
- Constructor for the network interface exception with a specified reason
- Parameters:
reason
- the reason why the exception was raised