Class DecisionDefinitionNotFoundException

  • All Implemented Interfaces:
    java.io.Serializable

    public class DecisionDefinitionNotFoundException
    extends DecisionException

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

    See Also:
    Serialized Form
    • Constructor Detail

      • DecisionDefinitionNotFoundException

        public DecisionDefinitionNotFoundException()
      • DecisionDefinitionNotFoundException

        public DecisionDefinitionNotFoundException​(java.lang.String message,
                                                   java.lang.Throwable cause)
      • DecisionDefinitionNotFoundException

        public DecisionDefinitionNotFoundException​(java.lang.String message)
      • DecisionDefinitionNotFoundException

        public DecisionDefinitionNotFoundException​(java.lang.Throwable cause)