Class AssertionCompletedException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.hazelcast.jet.pipeline.test.AssertionCompletedException
All Implemented Interfaces:
Serializable

@EvolvingApi
public final class AssertionCompletedException
extends RuntimeException
An exception which indicates that an assertion passed successfully. It is used to terminate the streaming job. If caught from the Job.join() method, it can be ignored.
Since:
3.2
See Also:
Serialized Form