Class CollectionException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.opennms.netmgt.collection.api.CollectionException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
CollectionFailed
,CollectionTimedOut
,CollectionUnknown
,CollectionWarning
,InvalidCollectionAgentException
public class CollectionException extends RuntimeException
CollectionException class.
- Version:
- $Id: $
- Author:
- ranger
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CollectionException(String message)
Constructor for CollectionException.CollectionException(String message, Throwable cause)
Constructor for CollectionException.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-