public class PartialListResultsException
extends java.lang.Exception
| Constructor and Description |
|---|
PartialListResultsException(java.util.List result,
java.util.List exception)
Constructs with a result and an exception.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List |
getException()
List of exceptions ITIMException
|
java.util.List |
getResult()
List of process ids Long
|