Package org.rrd4j.core
Class RrdException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- org.rrd4j.core.RrdException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
InvalidRrdException
,RrdBackendException
public class RrdException extends IOException
A general purpose RRD4J exception.- Since:
- 3.4
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RrdException(String message)
RrdException(String message, Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-