Package 

Class ReportSenderException

  • All Implemented Interfaces:
    java.io.Serializable

    
    public final class ReportSenderException
    extends Exception
                        

    This exception is thrown when an error occurred while sending crash data in a ReportSender implementation.

    • Constructor Detail

      • ReportSenderException

        ReportSenderException(String detailMessage, Throwable throwable)
        Creates a new ReportSenderException instance.
        Parameters:
        detailMessage - A message to explain the cause of this exception.
        throwable - An optional throwable which caused this Exception.
      • ReportSenderException

        ReportSenderException(String detailMessage)
        Creates a new ReportSenderException instance.
        Parameters:
        detailMessage - A message to explain the cause of this exception.