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.
-
MonitoringException()
- Construct a new MonitoringException object.
-
MonitoringException(String)
- Construct a new MonitoringException object.
MonitoringException
public MonitoringException()
- Construct a new MonitoringException object.
MonitoringException
public MonitoringException(String s)
- Construct a new MonitoringException object.
- Parameters:
- s - java.lang.String
All Packages Class Hierarchy This Package Previous Next Index