org.jboss.resteasy.plugins.providers.jaxb
public class JAXBMarshalException extends WriterException
Constructor and Description |
---|
JAXBMarshalException(String s) |
JAXBMarshalException(String s,
javax.ws.rs.core.Response response) |
JAXBMarshalException(String s,
Throwable throwable) |
JAXBMarshalException(String s,
Throwable throwable,
javax.ws.rs.core.Response response) |
JAXBMarshalException(Throwable throwable) |
JAXBMarshalException(Throwable throwable,
javax.ws.rs.core.Response response) |
getErrorCode, getResponse, isLoggable, setErrorCode, setLoggable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public JAXBMarshalException(String s)
public JAXBMarshalException(String s, javax.ws.rs.core.Response response)
public JAXBMarshalException(String s, Throwable throwable, javax.ws.rs.core.Response response)
public JAXBMarshalException(Throwable throwable)
public JAXBMarshalException(Throwable throwable, javax.ws.rs.core.Response response)
Copyright © 2016. All Rights Reserved.