com.ibm.ia.common

Class MultipleEntityLoadException

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


    public class MultipleEntityLoadException
    extends java.lang.Exception
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor and Description
      MultipleEntityLoadException(java.lang.String message, java.util.Map<java.lang.String,java.util.Set<java.lang.String>> successfulResults) 
      MultipleEntityLoadException(java.lang.Throwable cause, java.util.Map<java.lang.String,java.util.Set<java.lang.String>> successfulResults) 
    • Method Summary

      Methods 
      Modifier and Type Method and Description
      java.util.Map<java.lang.String,java.util.Set<java.lang.String>> getSuccessfulResults()
      Returns the results of the entities 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

      • MultipleEntityLoadException

        public MultipleEntityLoadException(java.lang.String message,
                                   java.util.Map<java.lang.String,java.util.Set<java.lang.String>> successfulResults)
      • MultipleEntityLoadException

        public MultipleEntityLoadException(java.lang.Throwable cause,
                                   java.util.Map<java.lang.String,java.util.Set<java.lang.String>> successfulResults)
    • Method Detail

      • getSuccessfulResults

        public java.util.Map<java.lang.String,java.util.Set<java.lang.String>> getSuccessfulResults()
        Returns the results of the entities that were successfully processed before the failure.
        Returns:
        A map in which the keys are the types of the entities successfully loaded and the values are the the set of successfully loaded entity IDs of that type.

© Copyright IBM 2016