com.esf.device.wifi.exception
Class WifiConfigurationException

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

public class WifiConfigurationException
extends WifiException

Defined WiFi Configuration Exception

Author:
ilya.binshtok
See Also:
Serialized Form

Constructor Summary
WifiConfigurationException()
          Create an instance with no message about why the Exception was thrown.
WifiConfigurationException(java.lang.String msg)
          Creates an instance with a message about why the Exception was thrown.
WifiConfigurationException(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

WifiConfigurationException

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


WifiConfigurationException

public WifiConfigurationException(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.

WifiConfigurationException

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

Parameters:
msg - - detailed message explaining the reason for the Exception.
e - - nested exception as Throwable