Class CaseDefinitionNotFoundException

  • All Implemented Interfaces:
    Serializable

    public class CaseDefinitionNotFoundException
    extends CaseException

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

    Author:
    Roman Smirnov
    See Also:
    Serialized Form
    • Constructor Detail

      • CaseDefinitionNotFoundException

        public CaseDefinitionNotFoundException()
      • CaseDefinitionNotFoundException

        public CaseDefinitionNotFoundException​(String message,
                                               Throwable cause)
      • CaseDefinitionNotFoundException

        public CaseDefinitionNotFoundException​(String message)
      • CaseDefinitionNotFoundException

        public CaseDefinitionNotFoundException​(Throwable cause)