Class CaseExecutionNotFoundException

All Implemented Interfaces:
Serializable

public class CaseExecutionNotFoundException extends CaseException

This is exception is thrown when a specific case execution is not found.

Author:
Roman Smirnov
See Also:
  • Constructor Details

    • CaseExecutionNotFoundException

      public CaseExecutionNotFoundException()
    • CaseExecutionNotFoundException

      public CaseExecutionNotFoundException(String message, Throwable cause)
    • CaseExecutionNotFoundException

      public CaseExecutionNotFoundException(String message)
    • CaseExecutionNotFoundException

      public CaseExecutionNotFoundException(Throwable cause)