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
  • Constructor Details

    • AssertionCompletedException

      public AssertionCompletedException()
      Creates the exception
    • AssertionCompletedException

      public AssertionCompletedException​(String message)
      Creates the exception with the given message
    • AssertionCompletedException

      public AssertionCompletedException​(String message, Throwable cause)
      Creates the exception with the given message and cause