org.davic.net.tuning
Class IncorrectLocatorException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.davic.net.tuning.NetworkInterfaceException
org.davic.net.tuning.IncorrectLocatorException
- All Implemented Interfaces:
- Serializable
public class IncorrectLocatorException
- extends NetworkInterfaceException
This exception is raised when a Locator given
is of an inappropriate type.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
IncorrectLocatorException
public IncorrectLocatorException()
- Default constructor for the exception
IncorrectLocatorException
public IncorrectLocatorException(String reason)
- Constructor for the exception with a specified reason
- Parameters:
reason
- the reason why the exception was raised