-
public final class RetryPolicy.FailedSender
-
-
Field Summary
Fields Modifier and Type Field Description private final ReportSendersenderprivate final ReportSenderExceptionexception
-
Constructor Summary
Constructors Constructor Description RetryPolicy.FailedSender(ReportSender sender, ReportSenderException exception)
-
Method Summary
Modifier and Type Method Description final ReportSendergetSender()final ReportSenderExceptiongetException()-
-
Constructor Detail
-
RetryPolicy.FailedSender
RetryPolicy.FailedSender(ReportSender sender, ReportSenderException exception)
-
-
Method Detail
-
getSender
final ReportSender getSender()
-
getException
final ReportSenderException getException()
-
-
-
-