org.opennms.netmgt.collectd.wmi
Class WmiCollectorException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by 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

Field Summary
static long serialVersionUID
           
 
Constructor Summary
WmiCollectorException(String message, Throwable cause)
           
 
Method Summary
 
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
 

Field Detail

serialVersionUID

public static final long serialVersionUID
See Also:
Constant Field Values
Constructor Detail

WmiCollectorException

public WmiCollectorException(String message,
                             Throwable cause)


Copyright © 2009. All Rights Reserved.