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
- Author:
- Adrian Cole
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
TransformParallelException
public TransformParallelException(Map<?,Future<?>> success,
Map<?,Exception> exceptions,
String messagePrefix)
getSuccessfulToValue
public Map<?,Future<?>> getSuccessfulToValue()
- Returns:
- Elements that performed the transform without error
getFromToException
public Map<?,Exception> getFromToException()
- Returns:
- Elements that failed during the transform
Copyright © 2009-2012 jclouds. All Rights Reserved.