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:
-
Method Summary
Modifier and TypeMethodDescriptionjakarta.ws.rs.NotAllowedException
unwrap()
Returns the original, unwrapped, exception.Methods inherited from class jakarta.ws.rs.WebApplicationException
getResponse
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Method Details
-
unwrap
public jakarta.ws.rs.NotAllowedException unwrap()Description copied from interface:WebApplicationExceptionWrapper
Returns the original, unwrapped, exception.- Specified by:
unwrap
in interfaceWebApplicationExceptionWrapper<jakarta.ws.rs.NotAllowedException>
- Returns:
- the original exception
-