public class JsonWebengineWriter extends Object
Constructor and Description |
---|
JsonWebengineWriter() |
Modifier and Type | Method and Description |
---|---|
protected static String |
getStackTraceString(Throwable t) |
static void |
writeException(org.codehaus.jackson.JsonGenerator jg,
NuxeoException nuxeoException,
javax.ws.rs.core.MediaType mediaType) |
protected static void |
writeException(org.codehaus.jackson.JsonGenerator jg,
Throwable t,
javax.ws.rs.core.MediaType mediaType,
int statusCode) |
static void |
writeException(org.codehaus.jackson.JsonGenerator jg,
WebException webException,
javax.ws.rs.core.MediaType mediaType)
Deprecated.
since 9.3
|
static void |
writeException(OutputStream out,
NuxeoException nuxeoException,
javax.ws.rs.core.MediaType mediaType) |
static void |
writeException(OutputStream out,
WebException webException,
javax.ws.rs.core.MediaType mediaType)
Deprecated.
since 9.3
|
public JsonWebengineWriter()
@Deprecated public static void writeException(OutputStream out, WebException webException, javax.ws.rs.core.MediaType mediaType) throws IOException
IOException
@Deprecated public static void writeException(org.codehaus.jackson.JsonGenerator jg, WebException webException, javax.ws.rs.core.MediaType mediaType) throws IOException
IOException
public static void writeException(OutputStream out, NuxeoException nuxeoException, javax.ws.rs.core.MediaType mediaType) throws IOException
IOException
public static void writeException(org.codehaus.jackson.JsonGenerator jg, NuxeoException nuxeoException, javax.ws.rs.core.MediaType mediaType) throws IOException
IOException
protected static void writeException(org.codehaus.jackson.JsonGenerator jg, Throwable t, javax.ws.rs.core.MediaType mediaType, int statusCode) throws IOException
IOException
protected static String getStackTraceString(Throwable t) throws IOException
IOException
Copyright © 2018 Nuxeo. All rights reserved.