Class ErrorResponse

java.lang.Object
org.linkedopenactors.rdfpub.config.ErrorResponse

public class ErrorResponse extends Object
  • Constructor Details

    • ErrorResponse

      public ErrorResponse()
    • ErrorResponse

      public ErrorResponse(org.springframework.http.HttpStatus httpStatus, String message)
    • ErrorResponse

      public ErrorResponse(org.springframework.http.HttpStatus httpStatus, String message, String stackTrace)
    • ErrorResponse

      public ErrorResponse(org.springframework.http.HttpStatus httpStatus, String message, String stackTrace, Object data)