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