|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.ibm.itim.apps.PartialListResultsException
public class PartialListResultsException
This class is the result of partial results submitted to the workflow
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 |
---|
public PartialListResultsException(java.util.List result, java.util.List exception)
result
- partial results successfully submittedexception
- partial results with exceptionMethod Detail |
---|
public java.util.List getResult()
public java.util.List getException()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |