Class ResteasyNotAcceptableException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
jakarta.ws.rs.WebApplicationException
jakarta.ws.rs.ClientErrorException
jakarta.ws.rs.NotAcceptableException
org.jboss.resteasy.client.exception.ResteasyNotAcceptableException
- All Implemented Interfaces:
Serializable,WebApplicationExceptionWrapper<NotAcceptableException>
public class ResteasyNotAcceptableException
extends NotAcceptableException
implements WebApplicationExceptionWrapper<NotAcceptableException>
Wraps a
NotAcceptableException with a sanitized response.- Author:
- James R. Perkins
- See Also:
-
Method Summary
Methods inherited from class jakarta.ws.rs.WebApplicationException
getResponseMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Method Details
-
unwrap
Description copied from interface:WebApplicationExceptionWrapperReturns the original, unwrapped, exception.- Specified by:
unwrapin interfaceWebApplicationExceptionWrapper<NotAcceptableException>- Returns:
- the original exception
-