com.ibm.wbiserver.manualrecovery

Interface FailedEventExceptionReport


  1. public interface FailedEventExceptionReport
The 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
  1. static
  2. java.lang.String
COPYRIGHT

Method Summary

Modifier and Type Method and Description
  1. java.lang.String
getExceptionDetail()
Get exception detail.
  1. java.util.Date
getExceptionTime()
Get the time when exception happens.
  1. java.lang.String
getMsgId()
Get failed event message id.
  1. boolean
isWarning()

Field Detail

  1. static final java.lang.String COPYRIGHT
See Also:

Method Detail

getMsgId

  1. java.lang.String getMsgId()
Get failed event message id.
Returns:
message id

getExceptionTime

  1. java.util.Date getExceptionTime( )
Get the time when exception happens.
Returns:
exception time

getExceptionDetail

  1. java.lang.String getExceptionDetail( )
Get exception detail.
Returns:
exception detail

isWarning

  1. boolean isWarning()
Returns:
boolean