public class RemoteProxyException extends Exception
| Constructor and Description |
|---|
RemoteProxyException(String message,
String[] traceCapture,
String serverString,
String serverName)
Creates a new client-side representation of a server exception,
whose marshalled information is given.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object other) |
String |
getServerName()
Returns the receiver's server class name.
|
StackTraceElement[] |
getStackTrace() |
String[] |
getTraceCapture()
Returns the receiver's stack trace capture.
|
int |
hashCode() |
void |
printStackTrace() |
void |
printStackTrace(PrintStream s) |
void |
printStackTrace(PrintWriter s) |
String |
toString() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getSuppressed, initCause, setStackTracepublic RemoteProxyException(String message, String[] traceCapture, String serverString, String serverName)
message - The server-localized message, which may be null.traceCapture - The stack trace capture, which may be null.serverString - The server string representation, which may
be null.serverName - The server class name, which may be null.public String[] getTraceCapture()
public String getServerName()
public void printStackTrace()
printStackTrace in class Throwablepublic void printStackTrace(PrintStream s)
printStackTrace in class Throwablepublic void printStackTrace(PrintWriter s)
printStackTrace in class Throwablepublic StackTraceElement[] getStackTrace()
getStackTrace in class ThrowableCopyright © 2015. All Rights Reserved.