Class WebClientApplicationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- javax.ws.rs.WebApplicationException
-
- org.jboss.resteasy.reactive.client.api.WebClientApplicationException
-
- All Implemented Interfaces:
Serializable,ResteasyReactiveClientProblem
public class WebClientApplicationException extends javax.ws.rs.WebApplicationException implements ResteasyReactiveClientProblem
Subclass ofWebApplicationExceptionfor 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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description WebClientApplicationException(int responseStatus)WebClientApplicationException(int responseStatus, String responseReasonPhrase)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
WebClientApplicationException
public WebClientApplicationException(int responseStatus)
-
WebClientApplicationException
public WebClientApplicationException(int responseStatus, String responseReasonPhrase)
-
-