org.davic.net.tuning
Class NotOwnerException

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.NotOwnerException
All Implemented Interfaces:
java.io.Serializable

public class NotOwnerException
extends NetworkInterfaceException

This exception is raised when the application calls a method and has no control over the corresponding NetworkInterface.

See Also:
Serialized Form

Constructor Summary
NotOwnerException()
          Default constructor for the exception
NotOwnerException(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

NotOwnerException

public NotOwnerException()
Default constructor for the exception


NotOwnerException

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

Parameters:
reason - the reason why the exception was raised