Class ProcessFlowCopyException

All Implemented Interfaces:
Serializable

public class ProcessFlowCopyException extends AbstractCheckedException
Thrown when an issue occurs when copying a process flow.
See Also:
  • Constructor Details

    • ProcessFlowCopyException

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