@ThreadSafe
public class ReportException
extends java.lang.Exception
| Constructor and Description |
|---|
ReportException()
Creates a new ReportException.
|
ReportException(java.lang.String msg)
Creates a new ReportException.
|
ReportException(java.lang.String msg,
java.lang.Throwable ex)
Creates a new ReportException.
|
ReportException(java.lang.Throwable ex)
Creates a new ReportException.
|
public ReportException()
public ReportException(java.lang.String msg)
msg - a message for the exception.public ReportException(java.lang.Throwable ex)
ex - the cause of the exception.public ReportException(java.lang.String msg,
java.lang.Throwable ex)
msg - a message for the exception.ex - the cause of the exception.Copyright© 2012-21 Jeremy Long. All Rights Reserved.