Package com.saperion.rs.model
Class ErrorResponse
java.lang.Object
com.saperion.rs.model.ErrorResponse
The error response JAX-B model class used to serve document structure requests which created an error.
- Author:
- sts
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the message of this error.void
setMessage
(String message) Sets the message of this error.
-
Constructor Details
-
ErrorResponse
public ErrorResponse()
-
-
Method Details
-
getMessage
Returns the message of this error.- Returns:
- the message of this error.
-
setMessage
Sets the message of this error.- Parameters:
message
- the message of this error.
-