Class 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:
  • Constructor Details

    • RrdException

      public RrdException(String message)
    • RrdException

      public RrdException(String message, Throwable cause)