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
A failure occurred while concurrently operating on an Iterable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
TransformParallelException
-
-
Method Details
-
getSuccessfulToValue
- Returns:
- Elements that performed the transform without error
-
getFromToException
- Returns:
- Elements that failed during the transform
-