Class ResponseProcessingException

java.lang.Object
All Implemented Interfaces:
Serializable

public class ResponseProcessingException extends ProcessingException
JAX-RS client-side runtime processing exception thrown to indicate that response processing has failed (e.g. in a filter chain or during message entity de-serialization). The exception contains the nested Response instance for which the runtime response processing failed.
Since:
2.0
See Also: