org.jclouds.concurrent
Class TransformParallelException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by 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

Constructor Summary
TransformParallelException(Map<?,Future<?>> success, Map<?,Exception> exceptions, String messagePrefix)
           
 
Method Summary
 Map<?,Exception> getFromToException()
           
 Map<?,Future<?>> getSuccessfulToValue()
           
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TransformParallelException

public TransformParallelException(Map<?,Future<?>> success,
                                  Map<?,Exception> exceptions,
                                  String messagePrefix)
Method Detail

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.