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:
Serializable
public class WmiCollectorException extends 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(String message, Throwable cause)
Constructor for WmiCollectorException.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-