@ThreadSafe public class ReportException extends Exception
| Constructor and Description |
|---|
ReportException()
Creates a new ReportException.
|
ReportException(String msg)
Creates a new ReportException.
|
ReportException(String msg,
Throwable ex)
Creates a new ReportException.
|
ReportException(Throwable ex)
Creates a new ReportException.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ReportException()
public ReportException(String msg)
msg - a message for the exception.public ReportException(Throwable ex)
ex - the cause of the exception.Copyright © 2012–2020 OWASP. All rights reserved.