Class DecisionDefinitionNotFoundException

All Implemented Interfaces:
Serializable

public class DecisionDefinitionNotFoundException extends DecisionException

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

See Also:
  • Constructor Details

    • DecisionDefinitionNotFoundException

      public DecisionDefinitionNotFoundException()
    • DecisionDefinitionNotFoundException

      public DecisionDefinitionNotFoundException(String message, Throwable cause)
    • DecisionDefinitionNotFoundException

      public DecisionDefinitionNotFoundException(String message)
    • DecisionDefinitionNotFoundException

      public DecisionDefinitionNotFoundException(Throwable cause)