Class ResteasyNotAllowedException

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

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