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
Wrap a exception generated by the backend store
- Since:
 - 3.4
 - Author:
 - Fabrice Bacchella
 - See Also:
 
- 
Constructor Summary
ConstructorsConstructorDescriptionRrdBackendException(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 
- 
Constructor Details
- 
RrdBackendException
 - 
RrdBackendException
 
 -