com.ibm.ia.common

Class MultipleEventSubmitException

  • java.lang.Object
    • java.lang.Throwable
      • java.lang.Exception
        • com.ibm.ia.common.MultipleEventSubmitException
  • All Implemented Interfaces:
    java.io.Serializable


    public class MultipleEventSubmitException
    extends java.lang.Exception
    See Also:
    Serialized Form
    • Method Summary

      Methods 
      Modifier and Type Method and Description
      java.util.Map<java.lang.String,RoutingStatus> getSuccessfulResults()
      Returns the results of the events that were successfully processed before the failure.
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • MultipleEventSubmitException

        public MultipleEventSubmitException(java.lang.String message,
                                    java.util.Map<java.lang.String,RoutingStatus> results)
      • MultipleEventSubmitException

        public MultipleEventSubmitException(java.lang.Throwable cause,
                                    java.util.Map<java.lang.String,RoutingStatus> results)
    • Method Detail

      • getSuccessfulResults

        public java.util.Map<java.lang.String,RoutingStatus> getSuccessfulResults()
        Returns the results of the events that were successfully processed before the failure.
        Returns:
        A map of RoutingStatus return values keyed off the event ID related to the RoutingStatus. One for each event successfully submitted.

© Copyright IBM 2016