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