Class CollectionFailed
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.opennms.netmgt.collection.api.CollectionException
-
- org.opennms.netmgt.collection.api.CollectionFailed
-
- All Implemented Interfaces:
Serializable
public class CollectionFailed extends CollectionException
CollectionFailed class.
- Version:
- $Id: $
- Author:
- ranger
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CollectionFailed(CollectionStatus status)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
CollectionFailed
public CollectionFailed(CollectionStatus status)
-
-