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

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

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

Constructor for RrdException.


RrdException

public RrdException(String message)

Constructor for RrdException.

Parameters:
message - a String object.

RrdException

public RrdException(String message,
                    Throwable cause)

Constructor for RrdException.

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

RrdException

public RrdException(Throwable cause)

Constructor for RrdException.

Parameters:
cause - a Throwable object.


Copyright © 2011. All Rights Reserved.