Class ProcessFlowContextNotFoundException

All Implemented Interfaces:
Serializable

public class ProcessFlowContextNotFoundException extends ProcessFlowException
Thrown when a process flow definition context is not found.
See Also:
  • Constructor Details

    • ProcessFlowContextNotFoundException

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