org.opennms.netmgt.collectd
Class CollectionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.opennms.netmgt.collectd.CollectionException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
CollectionFailed, CollectionTimedOut, CollectionWarning

public class CollectionException
extends Exception

CollectionException class.

Version:
$Id: $
Author:
ranger
See Also:
Serialized Form

Constructor Summary
CollectionException(String message)
          Constructor for CollectionException.
CollectionException(String message, Throwable cause)
          Constructor for CollectionException.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, 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

CollectionException

public CollectionException(String message)

Constructor for CollectionException.

Parameters:
message - a String object.

CollectionException

public CollectionException(String message,
                           Throwable cause)

Constructor for CollectionException.

Parameters:
message - a String object.
cause - a Throwable object.


Copyright © 2011. All Rights Reserved.