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, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
sanitize, unwrap, wrap
public ResteasyWebApplicationException(javax.ws.rs.WebApplicationException wrapped)
wrapped
- the exception to wrappublic javax.ws.rs.WebApplicationException unwrap()
WebApplicationExceptionWrapper
unwrap
in interface WebApplicationExceptionWrapper<javax.ws.rs.WebApplicationException>
Copyright © 2021 JBoss by Red Hat. All rights reserved.