Class TaskNotFoundException

All Implemented Interfaces:
Serializable

public class TaskNotFoundException extends ProcessFlowElementNotFoundException
Thrown when the specified task is not found or the user does not have access to the process flow.
See Also:
  • Constructor Details

    • TaskNotFoundException

      public TaskNotFoundException(String message)
      Constructs a TaskNotFoundException with the specified message.
      Parameters:
      message - The detailed message (which is saved for later retrieval by the AbstractCheckedException.getMessage() method).