All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.jboss.resteasy.reactive.ResteasyReactiveClientProblem Maven / Gradle / Ivy

There is a newer version: 3.17.0.CR1
Show newest version
package org.jboss.resteasy.reactive;

/**
 * Marker interface that is used to indicate that an exception was generated by the client.
 *
 * This stops the server treating it as a WebApplicationException, so that client errors are not
 * interpreted as server responses.
 */
public interface ResteasyReactiveClientProblem {
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy