* to the client, wrapped in a {@link RemoteInvocationException}.
*
* @throws Exception for any error
*/
public void testUndeclaredRuntimeException() throws Exception {
Protectable protectable = new Protectable() {
public void protect() throws Throwable {
_service.throwUndeclaredRuntimeException();
}
};
checkException(protectable, RemoteInvocationException.class,