Class CollectionUnknown
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.opennms.netmgt.collection.api.CollectionException
-
- org.opennms.netmgt.collection.api.CollectionUnknown
-
- All Implemented Interfaces:
java.io.Serializable
public class CollectionUnknown extends CollectionException
This exception should be thrown by aServiceCollector
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)
-