com.ibm.itim.apps

Class PartialListResultsException

  • java.lang.Object
    • java.lang.Throwable
      • java.lang.Exception
        • com.ibm.itim.apps.PartialListResultsException
  • All Implemented Interfaces:
    java.io.Serializable


    public class PartialListResultsException
    extends java.lang.Exception
    This class is the result of partial results submitted to the workflow
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor and Description
      PartialListResultsException(java.util.List result, java.util.List exception)
      Constructs with a result and an exception.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      java.util.List getException()
      List of exceptions ITIMException
      java.util.List getResult()
      List of process ids Long
      • 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

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

      • PartialListResultsException

        public PartialListResultsException(java.util.List result,
                                           java.util.List exception)
        Constructs with a result and an exception.
        Parameters:
        result - partial results successfully submitted
        exception - partial results with exception
    • Method Detail

      • getResult

        public java.util.List getResult()
        List of process ids Long
        Returns:
        list of process ids.
      • getException

        public java.util.List getException()
        List of exceptions ITIMException
        Returns:
        list of exceptions.