com.ibm.itim.apps
Class PartialListResultsException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by 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
PartialListResultsException(java.util.List result, java.util.List exception)
          Constructs with a result and an exception.
 
Method Summary
 java.util.List getException()
          List of exceptions ITIMException
 java.util.List getResult()
          List of process ids Long
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, 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.


IBM Security Identity Manager 6.0.0
© Copyright International Business Machines Corporation 2007, 2012. All rights reserved. US Government Users Restricited Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.