public class

UnknownWifiAccessException

extends Exception
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ com.neomades.util.exception.UnknownWifiAccessException

Class Overview

Exception that is thrown when the Wifi interface is required but not found.

Summary

Public Constructors
UnknownWifiAccessException(String message)
Initializes an exception with the given cause.
[Expand]
Inherited Methods
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public UnknownWifiAccessException (String message)

Initializes an exception with the given cause.

Parameters
message the cause of the exception