Package com.saperion.rs.model
Class ErrorResponse
- java.lang.Object
-
- com.saperion.rs.model.ErrorResponse
-
public class ErrorResponse extends java.lang.ObjectThe 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.StringgetMessage()Returns the message of this error.voidsetMessage(java.lang.String message)Sets the message of this error.
-