org.opennms.netmgt.collectd
Class CollectionWarning

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

public class CollectionWarning
extends CollectionError

See Also:
Serialized Form

Constructor Summary
CollectionWarning()
           
CollectionWarning(String message)
           
CollectionWarning(String message, Throwable cause)
           
CollectionWarning(Throwable cause)
           
 
Method Summary
protected  void logError()
           
 
Methods inherited from class org.opennms.netmgt.collectd.CollectionError
log, 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

CollectionWarning

public CollectionWarning()

CollectionWarning

public CollectionWarning(String message)

CollectionWarning

public CollectionWarning(String message,
                         Throwable cause)

CollectionWarning

public CollectionWarning(Throwable cause)
Method Detail

logError

protected void logError()
Overrides:
logError in class CollectionError


Copyright © 2009. All Rights Reserved.