Nuxeo ECM Projects 5.4.3-SNAPSHOT

Uses of Class
org.nuxeo.ecm.automation.client.RemoteException

Packages that use RemoteException
org.nuxeo.ecm.automation.client   
org.nuxeo.ecm.automation.client.jaxrs.spi.marshallers   
 

Uses of RemoteException in org.nuxeo.ecm.automation.client
 

Methods in org.nuxeo.ecm.automation.client that return RemoteException
static RemoteException RemoteException.wrap(String message, Throwable t)
           
static RemoteException RemoteException.wrap(String message, Throwable t, int status)
           
static RemoteException RemoteException.wrap(Throwable t)
           
static RemoteException RemoteException.wrap(Throwable t, int status)
           
 

Uses of RemoteException in org.nuxeo.ecm.automation.client.jaxrs.spi.marshallers
 

Methods in org.nuxeo.ecm.automation.client.jaxrs.spi.marshallers that return RemoteException
static RemoteException ExceptionMarshaller._read(org.codehaus.jackson.JsonParser jp)
           
 RemoteException ExceptionMarshaller.read(org.codehaus.jackson.JsonParser jp)
           
static RemoteException ExceptionMarshaller.readException(String content)
           
 

Methods in org.nuxeo.ecm.automation.client.jaxrs.spi.marshallers that return types with arguments of type RemoteException
 Class<RemoteException> ExceptionMarshaller.getJavaType()
           
 

Methods in org.nuxeo.ecm.automation.client.jaxrs.spi.marshallers with parameters of type RemoteException
 void ExceptionMarshaller.write(org.codehaus.jackson.JsonGenerator jg, RemoteException value)
           
 


Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.