Class RecipeException

    • Constructor Detail

      • RecipeException

        public RecipeException​(String message,
                               RecipeExceptionDetails faultInfo)
        Instantiates a new functional exception.
        Parameters:
        message - the message
        faultInfo - the fault info
      • RecipeException

        public RecipeException​(String message,
                               Throwable cause)
        Instantiates a new functional exception.
        Parameters:
        message - the message
        cause - the cause
      • RecipeException

        public RecipeException​(String message,
                               RecipeExceptionDetails faultInfo,
                               Throwable cause)
        Instantiates a new functional exception.
        Parameters:
        message - the message
        faultInfo - the fault info
        cause - the cause