public class RrdException extends IOException
| Constructor and Description |
|---|
RrdException(String message)Creates a new RRD exception with the specified message. |
RrdException(String message,
Throwable cause)Creates a new RRD exception with the specified message and cause. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic RrdException(String message)
message - the error message