org.davic.net.tuning
Class NoFreeInterfaceException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.davic.net.tuning.NetworkInterfaceException
org.davic.net.tuning.NoFreeInterfaceException
- All Implemented Interfaces:
- Serializable
public class NoFreeInterfaceException
- extends NetworkInterfaceException
This exception is raised when a NetworkInterface
that could be reserved by the application,
cannot be found.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
NoFreeInterfaceException
public NoFreeInterfaceException()
- Default constructor for the exception
NoFreeInterfaceException
public NoFreeInterfaceException(String reason)
- Constructor for the exception with a specified reason
- Parameters:
reason
- the reason why the exception was raised