org.acra.sender
Class ReportSenderException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.acra.sender.ReportSenderException
All Implemented Interfaces:
Serializable

public class ReportSenderException
extends Exception

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

Author:
Kevin Gaudin
See Also:
Serialized Form

Constructor Summary
ReportSenderException(String detailMessage)
          Creates a new ReportSenderException instance.
ReportSenderException(String detailMessage, Throwable throwable)
          Creates a new ReportSenderException instance.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ReportSenderException

public ReportSenderException(String detailMessage,
                             Throwable throwable)
Creates a new ReportSenderException instance. You can provide a detailed message to explain what went wrong.

Parameters:
detailMessage - A message to explain the cause of this exception.
throwable - An optional throwable which caused this Exception.

ReportSenderException

public ReportSenderException(String detailMessage)
Creates a new ReportSenderException instance. You can provide a detailed message to explain what went wrong.

Parameters:
detailMessage - A message to explain the cause of this exception.


Copyright © 2010-2013. All Rights Reserved.