Uses of Class
org.nuxeo.ecm.webengine.WebException
-
Packages that use WebException Package Description org.nuxeo.ecm.webengine org.nuxeo.ecm.webengine.app org.nuxeo.ecm.webengine.model -
-
Uses of WebException in org.nuxeo.ecm.webengine
Methods in org.nuxeo.ecm.webengine that return WebException Modifier and Type Method Description static WebException
WebException. newException(String message, Throwable cause)
Deprecated.static WebException
WebException. newException(String message, Throwable cause, int status)
Deprecated.static WebException
WebException. newException(Throwable cause)
Deprecated.static WebException
WebException. wrap(String message, Throwable exception)
Deprecated.static WebException
WebException. wrap(Throwable e)
Deprecated. -
Uses of WebException in org.nuxeo.ecm.webengine.app
Methods in org.nuxeo.ecm.webengine.app with parameters of type WebException Modifier and Type Method Description long
JsonExceptionWriter. getSize(WebException arg0, Class<?> arg1, Type arg2, Annotation[] arg3, javax.ws.rs.core.MediaType arg4)
Deprecated.static void
JsonWebengineWriter. writeException(com.fasterxml.jackson.core.JsonGenerator jg, WebException webException, javax.ws.rs.core.MediaType mediaType)
Deprecated.since 9.3static void
JsonWebengineWriter. writeException(OutputStream out, WebException webException, javax.ws.rs.core.MediaType mediaType)
Deprecated.since 9.3void
JsonExceptionWriter. writeTo(WebException webException, Class<?> arg1, Type arg2, Annotation[] arg3, javax.ws.rs.core.MediaType mediaType, javax.ws.rs.core.MultivaluedMap<String,Object> arg5, OutputStream outputStream)
Deprecated. -
Uses of WebException in org.nuxeo.ecm.webengine.model
Subclasses of WebException in org.nuxeo.ecm.webengine.model Modifier and Type Class Description class
AdapterNotFoundException
Deprecated.since 9.3.class
TemplateNotFoundException
Deprecated.since 9.3.class
TypeException
Deprecated.since 9.3.class
TypeNotFoundException
Deprecated.since 9.3.
-