Package org.jclouds.concurrent
Class TransformParallelException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.jclouds.concurrent.TransformParallelException
-
- All Implemented Interfaces:
Serializable
public final class TransformParallelException extends RuntimeException
A failure occurred while concurrently operating on an Iterable- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<?,Exception>
getFromToException()
Map<?,Future<?>>
getSuccessfulToValue()
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-