com.esf.device.wifi.exception
Class WifiException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.esf.device.wifi.exception.WifiException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
WifiConfigurationException

public class WifiException
extends java.lang.Exception

Defines WiFi Exception

Author:
ilya.binshtok
See Also:
Serialized Form

Constructor Summary
WifiException()
          Create an instance with no message about why the Exception was thrown.
WifiException(java.lang.String msg)
          Creates an instance with a message about why the Exception was thrown.
WifiException(java.lang.String msg, java.lang.Throwable e)
          Creates an instance with a message about why the Exception was thrown.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

WifiException

public WifiException()
Create an instance with no message about why the Exception was thrown.


WifiException

public WifiException(java.lang.String msg)
Creates an instance with a message about why the Exception was thrown.

Parameters:
msg - - detailed message explaining the reason for the Exception.

WifiException

public WifiException(java.lang.String msg,
                     java.lang.Throwable e)
Creates an instance with a message about why the Exception was thrown.

Parameters:
msg - - message explaining the reason for the exception as String
e - - nested exception as Throwable