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, toString
public int getStatus()
public String getType()
public Throwable getRemoteCause()
public String getRemoteStackTrace()
public void printStackTrace(PrintStream s)
printStackTrace
in class Throwable
public void printStackTrace(PrintWriter s)
printStackTrace
in class Throwable
public 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 © 2015 Nuxeo SA. All rights reserved.