public class ReportingException extends java.lang.Exception
| Constructor and Description |
|---|
ReportingException(java.lang.String s)
Create the exception with just a message.
|
ReportingException(java.lang.String s,
java.lang.Throwable cause)
Create the exception with a message and cause.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getMessage() |
void |
printStackTrace() |
void |
printStackTrace(java.io.PrintStream out) |
void |
printStackTrace(java.io.PrintWriter out) |
public ReportingException(java.lang.String s)
public ReportingException(java.lang.String s, java.lang.Throwable cause)
public void printStackTrace()
printStackTrace in class java.lang.Throwablepublic void printStackTrace(java.io.PrintStream out)
printStackTrace in class java.lang.Throwablepublic void printStackTrace(java.io.PrintWriter out)
printStackTrace in class java.lang.Throwablepublic java.lang.String getMessage()
getMessage in class java.lang.Throwable