Class StrandExecutorException

    • Constructor Detail

      • StrandExecutorException

        public StrandExecutorException​(String message,
                                       Throwable cause)
      • StrandExecutorException

        public StrandExecutorException​(String message,
                                       Object... args)
        Creates the exception with the same formatting options of the slf4j error method
        Parameters:
        message - the message of the exception, which can contain "{}" - type placeholders
        args - the arguments for filling the placeholders of the message