Class CaseException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
CaseDefinitionNotFoundException, CaseExecutionNotFoundException, CaseIllegalStateTransitionException, CmmnModelInstanceNotFoundException

public class CaseException extends ProcessEngineException

This is exception is thrown when something happens in the execution of a case instance.

Author:
Roman Smirnov
See Also:
  • Constructor Details

    • CaseException

      public CaseException()
    • CaseException

      public CaseException(String message, Throwable cause)
    • CaseException

      public CaseException(String message)
    • CaseException

      public CaseException(Throwable cause)