public class RemoteCallException extends RemoteMethodException
| Modifier and Type | Field and Description |
|---|---|
RemoteCall |
call |
| Constructor and Description |
|---|
RemoteCallException(RemoteCall rc,
Throwable error,
String message) |
RemoteCallException(String message,
Throwable cause) |
RemoteCallException(Throwable cause) |
getExceptionfillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic RemoteCall call