public class ReportingException
extends java.lang.RuntimeException
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
reportDetails |
| Constructor and Description |
|---|
ReportingException() |
ReportingException(java.lang.String message) |
ReportingException(java.lang.String message,
java.lang.Throwable cause) |
ReportingException(java.lang.Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getMessage() |
java.lang.String |
getReportDetails() |
void |
setReportDetails(java.lang.String reportDetails) |
public ReportingException()
public ReportingException(java.lang.String message)
public ReportingException(java.lang.String message,
java.lang.Throwable cause)
public ReportingException(java.lang.Throwable cause)