Class ExecutorException

    • Constructor Detail

      • ExecutorException

        public ExecutorException​(String message)
        Create exception with a descriptive message.
        Parameters:
        message - details about what happened
      • ExecutorException

        public ExecutorException​(String message,
                                 Throwable cause)
        Create exception with a descriptive message and a cause.
        Parameters:
        message - details about what happened
        cause - original exception caught