public class ReportSenderException
extends java.lang.Exception
ReportSender
implementation.Constructor and Description |
---|
ReportSenderException(java.lang.String detailMessage)
Creates a new
ReportSenderException instance. |
ReportSenderException(java.lang.String detailMessage,
java.lang.Throwable throwable)
Creates a new
ReportSenderException instance. |
public ReportSenderException(java.lang.String detailMessage, java.lang.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(java.lang.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.