Class JAXBMarshalException
- java.lang.Object
 - 
- java.lang.Throwable
 - 
- java.lang.Exception
 - 
- java.lang.RuntimeException
 - 
- org.jboss.resteasy.spi.Failure
 - 
- org.jboss.resteasy.spi.LoggableFailure
 - 
- org.jboss.resteasy.spi.WriterException
 - 
- org.jboss.resteasy.plugins.providers.jaxb.JAXBMarshalException
 
 
 
 
 
 
 
 
- 
- All Implemented Interfaces:
 Serializable
public class JAXBMarshalException extends WriterException
- Version:
 - $Revision: 1 $
 - Author:
 - Bill Burke
 - See Also:
 - Serialized Form
 
 
- 
- 
Constructor Summary
Constructors Constructor Description JAXBMarshalException(String s)JAXBMarshalException(String s, Throwable throwable)JAXBMarshalException(String s, Throwable throwable, javax.ws.rs.core.Response response)JAXBMarshalException(String s, javax.ws.rs.core.Response response)JAXBMarshalException(Throwable throwable)JAXBMarshalException(Throwable throwable, javax.ws.rs.core.Response response) 
- 
Method Summary
- 
Methods inherited from class org.jboss.resteasy.spi.Failure
getErrorCode, getResponse, isLoggable, setErrorCode, setLoggable, setResponse 
- 
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString 
 - 
 
 - 
 
- 
- 
Constructor Detail
- 
JAXBMarshalException
public JAXBMarshalException(String s)
 
- 
JAXBMarshalException
public JAXBMarshalException(String s, javax.ws.rs.core.Response response)
 
- 
JAXBMarshalException
public JAXBMarshalException(String s, Throwable throwable, javax.ws.rs.core.Response response)
 
- 
JAXBMarshalException
public JAXBMarshalException(Throwable throwable)
 
- 
JAXBMarshalException
public JAXBMarshalException(Throwable throwable, javax.ws.rs.core.Response response)
 
 - 
 
 -