public static void deleteRelation(java.lang.String docId, java.lang.String sigId)
      throws RemoteException {
    try {
      VLegalDSRelServiceUtil.deleteRelation(docId, sigId);
    } catch (Exception e) {
      _log.error(e, e);

      throw new RemoteException(e.getMessage());
    }
  }