Class CollectionUnknown

  • All Implemented Interfaces:
    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 Detail

      • CollectionUnknown

        public CollectionUnknown​(String message,
                                 Throwable cause)