//Activator.getDefault().log(new Status(IStatus.WARNING, Activator.PLUGIN_ID, SERVICE_INVOKE_ERROR_CODE, message, e));
}
private Throwable getSerializableException(Throwable e) {
// Just use the SerializableStatus
SerializableStatus ss = new SerializableStatus(0, Activator.PLUGIN_ID, null, e);
return ss.getException();
}