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 WebExceptionWebException. newException(String message, Throwable cause)Deprecated.static WebExceptionWebException. newException(String message, Throwable cause, int status)Deprecated.static WebExceptionWebException. newException(Throwable cause)Deprecated.static WebExceptionWebException. wrap(String message, Throwable exception)Deprecated.static WebExceptionWebException. 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 longJsonExceptionWriter. getSize(WebException arg0, Class<?> arg1, Type arg2, Annotation[] arg3, javax.ws.rs.core.MediaType arg4)Deprecated.static voidJsonWebengineWriter. writeException(com.fasterxml.jackson.core.JsonGenerator jg, WebException webException, javax.ws.rs.core.MediaType mediaType)Deprecated.since 9.3static voidJsonWebengineWriter. writeException(OutputStream out, WebException webException, javax.ws.rs.core.MediaType mediaType)Deprecated.since 9.3voidJsonExceptionWriter. 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 classAdapterNotFoundExceptionDeprecated.since 9.3.classTemplateNotFoundExceptionDeprecated.since 9.3.classTypeExceptionDeprecated.since 9.3.classTypeNotFoundExceptionDeprecated.since 9.3.
-