com.hazelcast.mapreduce
Class RemoteMapReduceException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.hazelcast.core.HazelcastException
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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
RemoteMapReduceException
public RemoteMapReduceException(String message,
List<Exception> remoteCauses)
Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.