Class WindupStopException

    • Constructor Detail

      • WindupStopException

        public WindupStopException​(String message)
      • WindupStopException

        public WindupStopException​(String message,
                                   Exception cause)
        Intended for wrapping another exception meant to stop the execution.
      • WindupStopException

        public WindupStopException​(Exception cause)
        Intended for wrapping another exception meant to stop the execution.