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) |
getException
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public RemoteCall call