org.davic.net.tuning
Class NotOwnerException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.davic.net.tuning.NetworkInterfaceException
              extended byorg.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
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, 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