Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Method and Description |
---|---|
protected Object |
HttpConnector.execute(Request request,
org.apache.http.client.methods.HttpUriRequest httpReq) |
Modifier and Type | Method and Description |
---|---|
protected void |
Request.handleException(int status,
String ctype,
InputStream stream) |
Object |
Request.handleResult(int status,
String ctype,
String disp,
InputStream stream)
Must read the object from the server response and return it or throw a
RemoteException if server sent an
error. |
Modifier and Type | Method and Description |
---|---|
static RemoteException |
ExceptionMarshaller._read(org.codehaus.jackson.JsonParser jp) |
RemoteException |
ExceptionMarshaller.read(org.codehaus.jackson.JsonParser jp) |
static RemoteException |
ExceptionMarshaller.readException(String content) |
Modifier and Type | Method and Description |
---|---|
Class<RemoteException> |
ExceptionMarshaller.getJavaType() |
Copyright © 2015 Nuxeo SA. All rights reserved.