All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.ibm.weatherstation.MonitoringException

java.lang.Object
   |
   +----java.lang.Throwable
           |
           +----java.lang.Exception
                   |
                   +----com.ibm.weatherstation.MonitoringException

public class MonitoringException
extends Exception
This exception is thrown when an error occurs during monitoring.


Constructor Index

 o MonitoringException()
Construct a new MonitoringException object.
 o MonitoringException(String)
Construct a new MonitoringException object.

Constructors

 o MonitoringException
 public MonitoringException()
Construct a new MonitoringException object.

 o MonitoringException
 public MonitoringException(String s)
Construct a new MonitoringException object.

Parameters:
s - java.lang.String

All Packages  Class Hierarchy  This Package  Previous  Next  Index