AdventNet WiFi Mediation API, v1.0

com.adventnet.wifi.mediation.exception
Class UnsupportedParametersException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.adventnet.wifi.mediation.exception.UnsupportedParametersException
All Implemented Interfaces:
java.io.Serializable

public class UnsupportedParametersException
extends java.lang.Exception

An UnsupportedParametersException is thrown when the parameters to be configured are not supported by the device.

See Also:
Serialized Form

Constructor Summary
UnsupportedParametersException()
          Constructs a UnsupportedParametersException without any message.
UnsupportedParametersException(java.lang.String arg0)
           
UnsupportedParametersException(java.lang.String arg0, java.lang.Throwable arg1)
           
UnsupportedParametersException(java.lang.Throwable arg0)
           
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UnsupportedParametersException

public UnsupportedParametersException()
Constructs a UnsupportedParametersException without any message.


UnsupportedParametersException

public UnsupportedParametersException(java.lang.String arg0)
Parameters:
arg0 - Constructs a UnsupportedParametersException with the given message.

UnsupportedParametersException

public UnsupportedParametersException(java.lang.Throwable arg0)
Parameters:
arg0 - Constructs a UnsupportedParametersException with the given throwable.

UnsupportedParametersException

public UnsupportedParametersException(java.lang.String arg0,
                                      java.lang.Throwable arg1)
Parameters:
arg0 -
arg1 - Constructs a UnsupportedParametersException with the given message and the throwable.

AdventNet WiFi Mediation API, v1.0

Copyright © 2005 AdventNet Inc. All Rights Reserved.