Class ResponseException

  • All Implemented Interfaces:
    java.io.Serializable

    public class ResponseException
    extends java.lang.RuntimeException
    This is ResponseException.
    Author:
    Elan Thangamani
    See Also:
    Serialized Form
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      javax.ws.rs.core.Response getResponse()  
      org.springframework.http.ResponseEntity getResponseEntity()  
      void setResponse​(javax.ws.rs.core.Response response)  
      void setResponseEntity​(org.springframework.http.ResponseEntity responseEntity)  
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • ResponseException

        public ResponseException()
    • Method Detail

      • 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)