public class WebApplicationClientException
extends java.lang.RuntimeException
RuntimeException
instead of WebApplicationException
in order to filter out
Response Headers and Entity from the other rest endpoint (e.g. EP6)Modifier and Type | Field and Description |
---|---|
private javax.ws.rs.core.Response |
response |
private static long |
serialVersionUID |
Constructor and Description |
---|
WebApplicationClientException(javax.ws.rs.WebApplicationException e) |
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
getResponse() |
private static final long serialVersionUID
private final javax.ws.rs.core.Response response