Package io.virtualan.custom.message
Class ResponseException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.virtualan.custom.message.ResponseException
- All Implemented Interfaces:
Serializable
This is ResponseException.
- Author:
- Elan Thangamani
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionjavax.ws.rs.core.Responseorg.springframework.http.ResponseEntityvoidsetResponse(javax.ws.rs.core.Response response) voidsetResponseEntity(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
-
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)
-