Class 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 Detail

      • RrdException

        public RrdException()

        Constructor for RrdException.

      • RrdException

        public RrdException​(String message)

        Constructor for RrdException.

        Parameters:
        message - a String object.
      • RrdException

        public RrdException​(String message,
                            Throwable cause)

        Constructor for RrdException.

        Parameters:
        message - a String object.
        cause - a Throwable object.
      • RrdException

        public RrdException​(Throwable cause)

        Constructor for RrdException.

        Parameters:
        cause - a Throwable object.