Package org.opennms.netmgt.collectd.wmi
Class WmiCollectorException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.opennms.netmgt.collectd.wmi.WmiCollectorException
-
- All Implemented Interfaces:
java.io.Serializable
public class WmiCollectorException extends java.lang.RuntimeException
Encapsulates WmiExceptions and any other exceptions that occur during WMI WPM collection and storage.
- Author:
- Matt Raykowski, OpenNMS
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description WmiCollectorException(java.lang.String message, java.lang.Throwable cause)
Constructor for WmiCollectorException.
-