Class JaxbErrorMessage

java.lang.Object
org.ow2.authzforce.jaxrs.util.JaxbErrorMessage

public class JaxbErrorMessage extends Object
JAXB-annotated class representing error message
  • Field Details

  • Constructor Details

    • JaxbErrorMessage

      public JaxbErrorMessage(String message, JaxbErrorMessage cause)
      Fully-initialising value constructor
      Parameters:
      message - error message
      cause - optional cause for the error
    • JaxbErrorMessage

      public JaxbErrorMessage()
      Required no-arg constructor
  • Method Details

    • getMessage

      public String getMessage()
      Gets the value of the message property.
      Returns:
      possible object is String
    • getCause

      public JaxbErrorMessage getCause()
      Gets the value of the cause property.
      Returns:
      possible object is JaxbErrorMessage