org.davic.net.tuning
Class NetworkInterfaceException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.davic.net.tuning.NetworkInterfaceException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
IncorrectLocatorException, NoFreeInterfaceException, NotOwnerException, NotTunedException, StreamNotFoundException

public class NetworkInterfaceException
extends java.lang.Exception

Base class for the NetworkInterfaceExceptions

See Also:
Serialized Form

Constructor Summary
NetworkInterfaceException()
          Default constructor for the exception
NetworkInterfaceException(java.lang.String reason)
          Constructor for the network interface 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

NetworkInterfaceException

public NetworkInterfaceException()
Default constructor for the exception


NetworkInterfaceException

public NetworkInterfaceException(java.lang.String reason)
Constructor for the network interface exception with a specified reason

Parameters:
reason - the reason why the exception was raised