Class CollectionUnknown

  • All Implemented Interfaces:
    java.io.Serializable

    public class CollectionUnknown
    extends CollectionException
    This exception should be thrown by a ServiceCollector when collection fails, but should not trigger a status change (resulting in an alarm) for target service. For example, collection may fail if the OpenNMS system is in the process of shutting down, and required components are not available.
    Author:
    jesse
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      CollectionUnknown​(java.lang.String message, java.lang.Throwable cause)  
    • 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

      • CollectionUnknown

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