Package org.jrobin.core
Class RrdException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.jrobin.core.RrdException
-
- All Implemented Interfaces:
Serializable
public class RrdException extends Exception
Class to represent various JRobin checked exceptions. JRobin code can throw onlyRrdException(for various JRobin related errors) orIOException(for various I/O errors).- Author:
- Sasa Markovic
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RrdException()RrdException(String message)RrdException(String message, Throwable cause)RrdException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-