public class SendException
extends Exception
Modifier and Type | Field and Description |
---|---|
java.util.Date |
failureDate |
Constructor and Description |
---|
SendException(String message,
EnhancedStatus status) |
SendException(String message,
Throwable e,
EnhancedStatus status) |
SendException(Throwable e,
EnhancedStatus status) |
Modifier and Type | Method and Description |
---|---|
EnhancedStatus |
errorStatus() |
String |
getLogId() |
void |
initLogId(String logId)
It must be called if this exception gets logged.
|
public SendException(String message, EnhancedStatus status)
public SendException(Throwable e, EnhancedStatus status)
public SendException(String message, Throwable e, EnhancedStatus status)
public EnhancedStatus errorStatus()
public void initLogId(String logId)
public String getLogId()