public class ResteasyWebApplicationException extends WebApplicationException implements WebApplicationExceptionWrapper<WebApplicationException>
WebApplicationException with a sanitized response.| Constructor and Description |
|---|
ResteasyWebApplicationException(WebApplicationException wrapped)
Creates a new exception based on the wrapped exception.
|
| Modifier and Type | Method and Description |
|---|---|
WebApplicationException |
unwrap()
Returns the original, unwrapped, exception.
|
getResponseaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitsanitize, unwrap, wrappublic ResteasyWebApplicationException(WebApplicationException wrapped)
wrapped - the exception to wrappublic WebApplicationException unwrap()
WebApplicationExceptionWrapperunwrap in interface WebApplicationExceptionWrapper<WebApplicationException>Copyright © 2022 JBoss by Red Hat. All rights reserved.