Class AddressNotAccessibleException

java.lang.Object
java.lang.Throwable
java.lang.Exception
zleurtor.scanmanager.model.AddressNotAccessibleException
All Implemented Interfaces:
Serializable

public class AddressNotAccessibleException extends Exception
Exception thrown if a mac address is not accessible.
Author:
Zleurtor
See Also:
  • Constructor Details

    • AddressNotAccessibleException

      public AddressNotAccessibleException(String message)
      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.