Class ResteasyClientErrorException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
jakarta.ws.rs.WebApplicationException
jakarta.ws.rs.ClientErrorException
org.jboss.resteasy.client.exception.ResteasyClientErrorException
All Implemented Interfaces:
Serializable, WebApplicationExceptionWrapper<jakarta.ws.rs.ClientErrorException>

public class ResteasyClientErrorException extends jakarta.ws.rs.ClientErrorException implements WebApplicationExceptionWrapper<jakarta.ws.rs.ClientErrorException>
Wraps a ClientErrorException with a sanitized response.
Author:
James R. Perkins
See Also: