AdventNet WiFi Mediation API, v1.0

com.adventnet.wifi.mediation.exception
Class MediationException

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

public class MediationException
extends java.lang.Exception

All the runtime exceptions are wrapped and thrown as MediationException.

See Also:
Serialized Form

Constructor Summary
MediationException(java.lang.String str)
          Constructs a MediationException with the given error message.
MediationException(java.lang.Throwable exp)
          Constructs a MediationException with the given throwable.
 
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

MediationException

public MediationException(java.lang.String str)
Constructs a MediationException with the given error message.

Parameters:
str - the error message.

MediationException

public MediationException(java.lang.Throwable exp)
Constructs a MediationException with the given throwable.

Parameters:
exp - the throwable

AdventNet WiFi Mediation API, v1.0

Copyright © 2005 AdventNet Inc. All Rights Reserved.