Class 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.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ErrorResponse

        public ErrorResponse()
    • Method Detail

      • getMessage

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

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