org.acra.sender
Class ReportSenderException
java.lang.Object
java.lang.Throwable
java.lang.Exception
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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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.