Uses of Class
be.recipe.common.exceptions.RecipeExceptionDetails
-
Packages that use RecipeExceptionDetails Package Description be.recipe.common.exceptions -
-
Uses of RecipeExceptionDetails in be.recipe.common.exceptions
Methods in be.recipe.common.exceptions that return RecipeExceptionDetails Modifier and Type Method Description RecipeExceptionDetailsRecipeException. getFaultInfo()Constructors in be.recipe.common.exceptions with parameters of type RecipeExceptionDetails Constructor Description RecipeException(String message, RecipeExceptionDetails faultInfo)Instantiates a new functional exception.RecipeException(String message, RecipeExceptionDetails faultInfo, Throwable cause)Instantiates a new functional exception.
-