Class ErrorMessage

java.lang.Object
com.aquima.web.rest.v1.resource.impl.ErrorMessage

public class ErrorMessage extends Object
Wrapper around a RestException, which can be used as the JSON response body when an exception occurs.
Since:
9.6
Author:
Petru Galanton
  • Constructor Details Link icon

    • ErrorMessage Link icon

      public ErrorMessage(RestException restException)
  • Method Details Link icon

    • getMessage Link icon

      public String getMessage()