Package org.opennms.netmgt.rrd
Class RrdException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- 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- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description 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
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-