public abstract class RRDException
extends javax.servlet.ServletException
| Constructor and Description |
|---|
RRDException()
Constructs a new RRDException
|
RRDException(java.lang.String message)
Constructs a new RRDException with the specified message
|
RRDException(java.lang.String message,
java.lang.Throwable cause)
Constructs a new RRDException with the specified message
and root cause.
|
RRDException(java.lang.Throwable cause)
Constructs a new RRDException with the specified root cause.
|
public RRDException()
public RRDException(java.lang.String message)
message - Message of exceptionpublic RRDException(java.lang.String message,
java.lang.Throwable cause)
message - Message of exceptioncause - Exception that caused this exception to be raisedpublic RRDException(java.lang.Throwable cause)
cause - Exception that caused this exception to be raised