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 Details

    • WebClientApplicationException

      public WebClientApplicationException(int responseStatus)
    • WebClientApplicationException

      public WebClientApplicationException(int responseStatus, String responseReasonPhrase)