Class RestErrorResponse

java.lang.Object
com.aquima.web.aaas.RestErrorResponse
Direct Known Subclasses:
StructuredRestErrorResponse

public class RestErrorResponse extends Object
Wrapper around a WebServiceCallException, which can be used as the JSON response body when an exception occurs.
Since:
9.8
Author:
Voicu Moldovan
  • Constructor Details Link icon

    • RestErrorResponse Link icon

      public RestErrorResponse(com.aquima.web.aaas.exception.WebServiceCallException throwable)
  • Method Details Link icon

    • getErrorMessage Link icon

      protected String getErrorMessage()