Package org.rrd4j.core
Class RrdBackendException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- org.rrd4j.core.RrdException
-
- org.rrd4j.core.RrdBackendException
-
- All Implemented Interfaces:
Serializable
public class RrdBackendException extends RrdException
Wrap a exception generated by the backend store- Since:
- 3.4
- Author:
- Fabrice Bacchella
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RrdBackendException(String message)
RrdBackendException(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
-
-