com.hazelcast.mapreduce
Class TopologyChangedException

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.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

Constructor Summary
TopologyChangedException()
          Creates a new instance of the TopologyChangedException
TopologyChangedException(String message)
          Creates a new instance of the TopologyChangedException
 
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

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.