org.opennms.netmgt.rrd
Class RrdException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.opennms.netmgt.rrd.RrdException
All Implemented Interfaces:
Serializable

public class RrdException
extends Exception

This exception indicates an error has occurred creating, updating, or fetching data from an Rrd file

Author:
brozow
See Also:
Serialized Form

Constructor Summary
RrdException()
           
RrdException(String message)
           
RrdException(String message, Throwable cause)
           
RrdException(Throwable cause)
           
 
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

RrdException

public RrdException()

RrdException

public RrdException(String message)
Parameters:
message -

RrdException

public RrdException(String message,
                    Throwable cause)
Parameters:
message -
cause -

RrdException

public RrdException(Throwable cause)
Parameters:
cause -


Copyright © 2009. All Rights Reserved.