Class ResteasyNotSupportedException

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

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