public class DiscardFailedException
extends java.lang.Exception
DiscardFailedException
class defines exception when deleting failed events.Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT |
Constructor and Description |
---|
DiscardFailedException(java.lang.Exception e)
Constructor.
|
DiscardFailedException(FailedEventExceptionReport[] _failedEventReports)
Constructor with
FailedEventExceptionReport |
DiscardFailedException(java.lang.String message)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
FailedEventExceptionReport[] |
getFailedEventExceptionReports()
Return exception report.
|
public static final java.lang.String COPYRIGHT
public DiscardFailedException(java.lang.String message)
message
- public DiscardFailedException(java.lang.Exception e)
e
- any exceptionpublic DiscardFailedException(FailedEventExceptionReport[] _failedEventReports)
FailedEventExceptionReport
_failedEventReports
- an array of FailedEventExceptionReportpublic FailedEventExceptionReport[] getFailedEventExceptionReports()