Class WorkItemException

    • Constructor Detail

      • WorkItemException

        public WorkItemException​(String message)
        Parameters:
        message - the detail message for this exception.
      • WorkItemException

        public WorkItemException​(String message,
                                 Throwable throwable)
        Parameters:
        message - the detail message for this exception.
        throwable - the cause for this exception or null if none exists.