Class JetException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
JobAlreadyExistsException, JobNotFoundException, RestartableException, TopologyChangedException

public class JetException
extends HazelcastException
Base Jet exception.
Since:
3.0
See Also:
Serialized Form
  • Constructor Details

    • JetException

      public JetException()
    • JetException

      public JetException​(String message)
    • JetException

      public JetException​(String message, Throwable cause)
    • JetException

      public JetException​(Throwable cause)