Class Consumers.StopExecution

  • All Implemented Interfaces:
    java.io.Serializable
    Enclosing class:
    Consumers<V>

    public static class Consumers.StopExecution
    extends org.apache.hugegraph.computer.core.common.exception.ComputerException
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      StopExecution​(java.lang.String message)  
      StopExecution​(java.lang.String message, java.lang.Object... args)  
    • Method Summary

      • Methods inherited from class org.apache.hugegraph.computer.core.common.exception.ComputerException

        rootCause, rootCause
      • 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

      • StopExecution

        public StopExecution​(java.lang.String message)
      • StopExecution

        public StopExecution​(java.lang.String message,
                             java.lang.Object... args)