Class ResponseException

All Implemented Interfaces:
Serializable

public class ResponseException extends RuntimeException
This is ResponseException.
Author:
Elan Thangamani
See Also:
  • Constructor Details

    • ResponseException

      public ResponseException()
  • Method Details

    • getResponse

      public javax.ws.rs.core.Response getResponse()
    • getResponseEntity

      public org.springframework.http.ResponseEntity getResponseEntity()
    • setResponse

      public void setResponse(javax.ws.rs.core.Response response)
    • setResponseEntity

      public void setResponseEntity(org.springframework.http.ResponseEntity responseEntity)