Class TopologyChangedException

All Implemented Interfaces:
Serializable

public class TopologyChangedException extends JetException
Thrown when a topology change causes a job to abort. The job is aborted when a participating member leaves the cluster. If auto-restart is enabled for the job, the job will be restarted automatically and this exception will not be thrown to the user.
Since:
Jet 3.0
See Also:
  • Constructor Details

    • TopologyChangedException

      public TopologyChangedException()
      Creates the exception
    • TopologyChangedException

      public TopologyChangedException(String message)
      Creates the exception with a message.
    • TopologyChangedException

      public TopologyChangedException(String message, Throwable cause)
      Creates the exception with a message and a cause.