public class ReportSenderException extends Exception
ReportSender implementation.| Constructor and Description |
|---|
ReportSenderException(String detailMessage)
Creates a new
ReportSenderException instance. |
ReportSenderException(String detailMessage,
Throwable throwable)
Creates a new
ReportSenderException instance. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ReportSenderException(String detailMessage, Throwable throwable)
ReportSenderException instance. You can provide a
detailed message to explain what went wrong.detailMessage - A message to explain the cause of this exception.throwable - An optional throwable which caused this Exception.public ReportSenderException(String detailMessage)
ReportSenderException instance. You can provide a
detailed message to explain what went wrong.detailMessage - A message to explain the cause of this exception.