Package com.hazelcast.jet
Class JetException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.hazelcast.core.HazelcastException
-
- com.hazelcast.jet.JetException
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
JobAlreadyExistsException
,JobNotFoundException
,RestartableException
,TopologyChangedException
public class JetException extends HazelcastException
Base Jet exception.- Since:
- Jet 3.0
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description JetException()
JetException(java.lang.String message)
JetException(java.lang.String message, java.lang.Throwable cause)
JetException(java.lang.Throwable cause)
-