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