com.ibm.wbiserver.manualrecovery
Interface FailedEventExceptionReport
- public interface FailedEventExceptionReport
FailedEventExceptionReport
interface defines the structured information
of exception when performing a batch operation to delete and resubmit failed events.
Field Summary
Modifier and Type | Field and Description |
---|---|
|
COPYRIGHT
|
Method Summary
Modifier and Type | Method and Description |
---|---|
|
getExceptionDetail()
Get exception detail.
|
|
getExceptionTime()
Get the time when exception happens.
|
|
getMsgId()
Get failed event message id.
|
|
isWarning()
|
Field Detail
COPYRIGHT
- static final java.lang.String COPYRIGHT
See Also:
Method Detail
getMsgId
- java.lang.String getMsgId()
Get failed event message id.
Returns:
message id
getExceptionTime
- java.util.Date getExceptionTime( )
Get the time when exception happens.
Returns:
exception time
getExceptionDetail
- java.lang.String getExceptionDetail( )
Get exception detail.
Returns:
exception detail
isWarning
- boolean isWarning()
Returns:
boolean