org.davic.net.tuning
Class NetworkInterfaceException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.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
 
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

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