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