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