Class ErrorResponse

java.lang.Object
com.saperion.rs.model.ErrorResponse

public class ErrorResponse extends Object
The error response JAX-B model class used to serve document structure requests which created an error.
Author:
sts
  • Constructor Details

    • ErrorResponse

      public ErrorResponse()
  • Method Details

    • getMessage

      public String getMessage()
      Returns the message of this error.
      Returns:
      the message of this error.
    • setMessage

      public void setMessage(String message)
      Sets the message of this error.
      Parameters:
      message - the message of this error.