Package org.flowable.common.rest.api
Class RestError
- java.lang.Object
-
- org.flowable.common.rest.api.RestError
-
public class RestError extends Object
Used for creating a response that represent an error that occurred.- Author:
- Frederik Heremans
-
-
Constructor Summary
Constructors Constructor Description RestError()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetErrorMessage()IntegergetStatusCode()voidsetErrorMessage(String errorMessage)voidsetStatusCode(Integer statusCode)
-