com.hazelcast.mapreduce
Class RemoteMapReduceException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.hazelcast.core.HazelcastException
                  extended by com.hazelcast.mapreduce.RemoteMapReduceException
All Implemented Interfaces:
Serializable

public class RemoteMapReduceException
extends HazelcastException

This exception class is used to show stacktraces of multiple failed remote operations at once. This can happen if the GetResultOperation fails to retrieve values for some reason.

See Also:
Serialized Form

Constructor Summary
RemoteMapReduceException(String message, List<Exception> remoteCauses)
           
 
Method Summary
 
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

RemoteMapReduceException

public RemoteMapReduceException(String message,
                                List<Exception> remoteCauses)


Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.