Class AssertionCompletedException

  • All Implemented Interfaces:
    java.io.Serializable

    @EvolvingApi
    public final class AssertionCompletedException
    extends java.lang.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:
    Jet 3.2
    See Also:
    Serialized Form
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • AssertionCompletedException

        public AssertionCompletedException()
        Creates the exception
      • AssertionCompletedException

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

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