com.hazelcast.mapreduce
Class TopologyChangedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.hazelcast.core.HazelcastException
com.hazelcast.mapreduce.TopologyChangedException
- All Implemented Interfaces:
- Serializable
@Beta
public class TopologyChangedException
- extends HazelcastException
This exception is thrown when a topology change happens during the
execution of a map reduce job and the TopologyChangedStrategy
is set to TopologyChangedStrategy.CANCEL_RUNNING_OPERATION
.
- Since:
- 3.2
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
TopologyChangedException
public TopologyChangedException()
- Creates a new instance of the TopologyChangedException
TopologyChangedException
public TopologyChangedException(String message)
- Creates a new instance of the TopologyChangedException
- Parameters:
message
- the message to be shown to the user
Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.