Class WebClientApplicationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
jakarta.ws.rs.WebApplicationException
org.jboss.resteasy.reactive.client.api.WebClientApplicationException
- All Implemented Interfaces:
Serializable,ResteasyReactiveClientProblem
public class WebClientApplicationException
extends jakarta.ws.rs.WebApplicationException
implements ResteasyReactiveClientProblem
Subclass of
WebApplicationException for use by clients, which forbids setting a response that
would be used by the server.
FIXME: I'd rather this be disjoint from WebApplicationException, so we could store the response info
for client usage. Perhaps we can store it in an alternate field?- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionWebClientApplicationException(int responseStatus) WebClientApplicationException(int responseStatus, String responseReasonPhrase) -
Method Summary
Methods inherited from class jakarta.ws.rs.WebApplicationException
getResponseMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
WebClientApplicationException
public WebClientApplicationException(int responseStatus) -
WebClientApplicationException
-