OpenNMS API 1.2.3

org.opennms.netmgt.rrd
Class RrdException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.opennms.netmgt.rrd.RrdException
All Implemented Interfaces:
java.io.Serializable

public class RrdException
extends java.lang.Exception

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

Author:
brozow
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.lang.Exception
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
RrdException()
           
RrdException(java.lang.String message)
           
RrdException(java.lang.String message, java.lang.Throwable cause)
           
RrdException(java.lang.Throwable cause)
           
 
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(java.lang.String message)
Parameters:
message -

RrdException

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

RrdException

public RrdException(java.lang.Throwable cause)
Parameters:
cause -

OpenNMS API 1.2.3

Generated by eevans on May 29 2005 2015.