Class 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.
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • WmiCollectorException

        public WmiCollectorException​(java.lang.String message,
                                     java.lang.Throwable cause)

        Constructor for WmiCollectorException.

        Parameters:
        message - a String object.
        cause - a Throwable object.