public class RemoteException extends AutomationException
| Constructor and Description |
|---|
RemoteException(int status,
String type,
String message,
String info) |
RemoteException(int status,
String type,
String message,
Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
Throwable |
getRemoteCause() |
String |
getRemoteStackTrace() |
int |
getStatus() |
String |
getType() |
void |
printStackTrace(PrintStream s) |
void |
printStackTrace(PrintWriter s) |
static RemoteException |
wrap(String message,
Throwable t) |
static RemoteException |
wrap(String message,
Throwable t,
int status) |
static RemoteException |
wrap(Throwable t) |
static RemoteException |
wrap(Throwable t,
int status) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, setStackTrace, toStringpublic int getStatus()
public String getType()
public Throwable getRemoteCause()
public String getRemoteStackTrace()
public void printStackTrace(PrintStream s)
printStackTrace in class Throwablepublic void printStackTrace(PrintWriter s)
printStackTrace in class Throwablepublic static RemoteException wrap(Throwable t)
public static RemoteException wrap(Throwable t, int status)
public static RemoteException wrap(String message, Throwable t)
public static RemoteException wrap(String message, Throwable t, int status)
Copyright © 2013 Nuxeo SA. All Rights Reserved.