Class 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:
    Serialized Form
    • Constructor Detail

      • WebClientApplicationException

        public WebClientApplicationException​(int responseStatus)
      • WebClientApplicationException

        public WebClientApplicationException​(int responseStatus,
                                             String responseReasonPhrase)