org.jrobin.core.jrrd
Class RRDException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.jrobin.core.jrrd.RRDException
- All Implemented Interfaces:
- Serializable
public class RRDException
- extends Exception
This exception may be throw if an error occurs while operating
on an RRD object.
- Version:
- $Revision: 1.3 $
- Author:
- Ciaran Treanor
- See Also:
- Serialized Form
|
Constructor Summary |
RRDException()
Constructs an RRDException with no detail message. |
RRDException(String message)
Constructs an RRDException with the specified detail message. |
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
RRDException
public RRDException()
- Constructs an RRDException with no detail message.
RRDException
public RRDException(String message)
- Constructs an RRDException with the specified detail message.
Copyright © 2003-2008. All Rights Reserved.