com.adventnet.wifi.mediation.exception
Class UnsupportedParametersException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.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
| 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 |
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.
Copyright © 2005 AdventNet Inc. All Rights Reserved.