org.opennms.netmgt.collectd
Class CollectionError

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

public class CollectionError
extends Exception

See Also:
Serialized Form

Constructor Summary
CollectionError()
           
CollectionError(String message)
           
CollectionError(String message, Throwable cause)
           
CollectionError(Throwable cause)
           
 
Method Summary
protected  Category log()
           
protected  void logError()
           
 int reportError()
           
 
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

CollectionError

public CollectionError()

CollectionError

public CollectionError(String message)

CollectionError

public CollectionError(String message,
                       Throwable cause)

CollectionError

public CollectionError(Throwable cause)
Method Detail

reportError

public int reportError()

logError

protected void logError()

log

protected Category log()


Copyright © 2009. All Rights Reserved.