Package be.recipe.common.exceptions
Class RecipeException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- be.recipe.common.exceptions.RecipeException
-
- All Implemented Interfaces:
Serializable
@WebFault(name="RecipeException", targetNamespace="http://services.recipe.be") public class RecipeException extends Exception
The Class RecipeException.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RecipeException(String message, RecipeExceptionDetails faultInfo)Instantiates a new functional exception.RecipeException(String message, RecipeExceptionDetails faultInfo, Throwable cause)Instantiates a new functional exception.RecipeException(String message, Throwable cause)Instantiates a new functional exception.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RecipeExceptionDetailsgetFaultInfo()-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
RecipeException
public RecipeException(String message, RecipeExceptionDetails faultInfo)
Instantiates a new functional exception.- Parameters:
message- the messagefaultInfo- the fault info
-
RecipeException
public RecipeException(String message, Throwable cause)
Instantiates a new functional exception.- Parameters:
message- the messagecause- the cause
-
RecipeException
public RecipeException(String message, RecipeExceptionDetails faultInfo, Throwable cause)
Instantiates a new functional exception.- Parameters:
message- the messagefaultInfo- the fault infocause- the cause
-
-
Method Detail
-
getFaultInfo
public RecipeExceptionDetails getFaultInfo()
-
-