Package com.hazelcast.jet.pipeline.test
Class AssertionCompletedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.hazelcast.jet.pipeline.test.AssertionCompletedException
- All Implemented Interfaces:
 Serializable
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:
 - Jet 3.2
 - See Also:
 
- 
Constructor Summary
ConstructorsConstructorDescriptionCreates the exceptionAssertionCompletedException(String message) Creates the exception with the given messageAssertionCompletedException(String message, Throwable cause) Creates the exception with the given message and cause - 
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString 
- 
Constructor Details
- 
AssertionCompletedException
public AssertionCompletedException()Creates the exception - 
AssertionCompletedException
Creates the exception with the given message - 
AssertionCompletedException
Creates the exception with the given message and cause 
 -