Class WorkflowException

    • Constructor Detail

      • WorkflowException

        public WorkflowException​(String message)
      • WorkflowException

        public WorkflowException​(Throwable cause)
        Return a new instance wrapping the original workflow exception.
        Parameters:
        cause - original workflow exception
      • WorkflowException

        public WorkflowException​(String message,
                                 Throwable cause)
        Return a new instance wrapping the original workflow exception, additionally providing a local message.
        Parameters:
        message - local message
        cause - original workflow exception