Package zleurtor.scanmanager.model
Class AddressNotAccessibleException
java.lang.Object
java.lang.Throwable
java.lang.Exception
zleurtor.scanmanager.model.AddressNotAccessibleException
- All Implemented Interfaces:
Serializable
Exception thrown if a mac address is not accessible.
- Author:
- Zleurtor
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionAddressNotAccessibleException
(String message) Constructs a new AddressNotAccessibleException with the specified message. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
AddressNotAccessibleException
Constructs a new AddressNotAccessibleException with the specified message.- Parameters:
message
- the detail message. The detail message is saved for later retrieval by the getMessage() method.
-